You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
6 years ago | |
|---|---|---|
| .. | ||
| corvus | 6 years ago | |
| documentation | 7 years ago | |
| migrations | 6 years ago | |
| tests | 6 years ago | |
| .dockerignore | 7 years ago | |
| .env | 7 years ago | |
| .gitignore | 6 years ago | |
| .pylintrc | 7 years ago | |
| CHANGELOG.md | 7 years ago | |
| Dockerfile | 6 years ago | |
| LICENSE | 7 years ago | |
| Pipfile | 6 years ago | |
| Pipfile.lock | 6 years ago | |
| README.md | 7 years ago | |
| dev-run.sh | 6 years ago | |
| entrypoint.sh | 7 years ago | |
| manage.py | 6 years ago | |
| mypy.ini | 6 years ago | |
| run_tests.bat | 6 years ago | |
| run_tests.sh | 6 years ago | |
| setup.py | 7 years ago | |
| test_settings.py | 8 years ago | |
README.md
Corvus Server
API Documentation
Requirements
- Python 3.6
- Pipenv
Installation
git clone https://gitlab.com/WarrickSothr/Corvus.git
cd Corvus/server
pipenv install
pipenv shell
Configuration
Running
Docker
docker build -t corvus:local-test .
docker run -d corvus:local-test
Local Development Version
FLASK_APP=corvus:corvus flask db upgrade
python manage.py user register-admin
FLASK_APP=corvus:corvus flask run
FAQ
Development
pipenv install --dev
- Make changes
- Add/Update tests
./run_tests
- If everything passes follow contributing guide.
Contributing
See ../CONTRIBUTING.md