Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adrtod authored Jun 7, 2017
1 parent 247febb commit 7f15281
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 [email protected]
```
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
```

0 comments on commit 7f15281

Please sign in to comment.