From 7f1528195094263baee2d4243fabafc7521f034b Mon Sep 17 00:00:00 2001 From: Adrien Todeschini Date: Wed, 7 Jun 2017 14:54:45 +0200 Subject: [PATCH] Create README.md --- README.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4ff279f --- /dev/null +++ b/README.md @@ -0,0 +1,35 @@ +# frontend +ICML 2017 website Frontend project repository + +Website, detailing the app design: +http://icml2017spec.s3-website-us-west-2.amazonaws.com + +# To setup the front end: + +- Install Polymer, v1, not v2 +- Download the code for the frontend from github +- Open terminal and enter + + ``` + bower install + ``` + which would install the needed bower components + +To start the server: + +1. +``` +ssh -L 8000:localhost:8000 username@icml.papro.org.uk +``` + +2. Launch server +``` +cd /home/icmlapp/backend/server/icml/icml +cp settings.py.no_https settings.py +``` + +3. +``` +cd /home/icmlapp/backend/server/icml +/home/icmlapp/env/bin/python manage.py runserver +```