This project is a Django website that uses redis allow connections from anywhere
Davin Glynn - dg25moravian
Jeffery Eisenhardt - eisenhardtj
Dermot Badman - Dbad0210
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
After you do those steps, you will then run
python manage.py runserver
gunicorn -c conf/gunicorn_config.py personal_portfolio.wsgi
sudo -E /home/ec2-user/Final-Project-Dev-Ops/.venv/bin/gunicorn -c /home/ec2-user/Final-Project-Dev-Ops/conf/gunicorn_config.py personal_portfolio.wsgi