Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adrtod authored Jun 7, 2017
1 parent 77155b7 commit 0c1dcaf
Showing 1 changed file with 21 additions and 18 deletions.
39 changes: 21 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,32 @@
# frontend

ICML 2017 website Frontend project repository

Website, detailing the app design:
Website, detailing the app design:
http://icml2017spec.s3-website-us-west-2.amazonaws.com

## Start the server
Start the server
---------------

1.
```
ssh -L 8000:localhost:8000 [email protected]
```
1. SSH connect to the server and forward port 8000
```
ssh -L 8000:localhost:8000 [email protected]
```

2. Launch server
```
cd /home/icmlapp/backend/server/icml/icml
cp settings.py.no_https settings.py
```
2. Modify settings
```
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
```

## Setup the front end
3. Launch server
```
cd /home/icmlapp/backend/server/icml
/home/icmlapp/env/bin/python manage.py runserver
```

Setup the frontend
-----------------

- Install Polymer v1 (not v2)

Expand Down

0 comments on commit 0c1dcaf

Please sign in to comment.