Skip to content

seantis/riskmatrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

411a9f6 · Nov 13, 2024

History

59 Commits
Mar 5, 2024
Nov 13, 2024
Dec 14, 2023
Nov 13, 2024
Sep 7, 2023
Jun 11, 2024
Sep 7, 2023
Dec 14, 2023
Jun 11, 2024
Sep 7, 2023
Sep 7, 2023
Sep 7, 2023
Sep 7, 2023
Apr 30, 2024
Sep 7, 2023
Sep 7, 2023
Dec 14, 2023
Oct 16, 2024
Apr 30, 2024
Dec 14, 2023
May 2, 2024

Repository files navigation

RiskMatrix Tests codecov pre-commit

Getting Started

  • Clone repository

    git clone [email protected]:seantis/riskmatrix.git

  • Change directory into your newly created project if not already there. Your current directory should be the same as this README.txt file and setup.py.

    cd riskmatrix

  • Create a Python virtual environment, if not already created.

    python3 -m venv venv

  • Then you want to activate it.

    source venv/bin/activate

  • Upgrade packaging tools, if necessary.

    python -m pip install -U pip setuptools

  • Install the project in editable mode with its testing requirements.

    pip install -r requirements.txt -r test_requirements.txt

  • Install pre-commit hooks

    pre-commit install

  • Create config file

    cp development.ini.example development.ini

  • Initialize the database by adding a user.

    add_user development.ini

  • Run your project's tests.

    pytest

  • Run your project.

    pserve development.ini

  • Login at http://localhost:6543 with your user's credentials

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published