Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(656)

Side by Side Diff: Tools/GardeningServer/README

Issue 350563002: Port first garden-o-matic component over to polymer (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add files Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Tools/GardeningServer/.gitignore ('k') | Tools/GardeningServer/app.yaml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 garden-o-matic must be run from a server in order to handle polymer imports corr ectly.
2
3 1. cd Tools
4 2. python -m SimpleHTTPServer
5 3. Load http://localhost:8000/GardeningServer/garden-o-matic.html
6
7 Run the tests via http://localhost:8000/GardeningServer/run-unittests.html.
8
9 Polymer must be synced via bower in order for anything to work.
10
11 INSTALLING NPM/BOWER
12 The version of npm in apt-get is too old for bower. Instead
13 install it from http://nodejs.org/download/.
14
15 Install bower with:
16 sudo npm install -g bower
17
18 SYNCING POLYMER
19 1. cd Tools/GardeningServer
20 2. bower update
OLDNEW
« no previous file with comments | « Tools/GardeningServer/.gitignore ('k') | Tools/GardeningServer/app.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698