https://github.com/cvlab-ai/splinter
docker-compose up -d
To rebuild docker images after updating sources run
docker-compose up -d --build
After starting the system, the web application is available under: http://localhost:8000/
test user:
email: x@x.pl
password: 1
Run integration tests by:
pytest -v -s tests/
To prepare the project for deploying run the deploy_setup.sh
script:
./deploy_setup.sh
The script will:
.env
fileNOTE: Remember to save generated passwords!