Irish Cribs
Created by: Vincent Goyette Alan Johnson Jacques Charboneau Jack Conway
instructions for running our project
-
login to db server as follows: ssh -L PORT:localhost:PORT NETID@db.cse.nd.edu
-
create a virtual environment in the top-level irishcribs directory (the one with requirements.txt) as follows: python3 -m venv venv
-
enter virtual environment source venv/bin/activate
-
install requirements pip3 install -r requirements.txt
-
run the server! python manage.py runserver PORT
-
access webpage by going to localhost:PORT in your browser