forked from ICMLRecommender/frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
||
|