- Create .env file containing the following:
DB_HOST=localhost
DB_PORT=5432
DB_NAME=credentials
DB_USER=postgres
DB_PASSWORD=[password]
-
your_domain_or_ip
-
Run setup.sh - this will install and setup postgresql, install nginx + gunicorn + flask for Python3 production server and run the application
