Used Python3.8
Development installation commands:
# ... clone ...
# ... cd ...
. deploy_local_beta/run.sh
./anytask/manage.py runserver 127.0.0.1:8019 -v 3 --traceback
To activate environment in already deployed project run
. deploy_local_beta/activate.sh
Run deploy_local_beta/run.sh -h for more information.
- Create
app.env
file in root directory:
cp app.env.example app.env
- Run containers:
docker-compose up -d
- Access website at
localhost:8000
, emails atlocalhost:9000
. Logs are printed to./logs/full.log