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

Unified 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 console.error 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 side-by-side diff with in-line comments
Download patch
Index: Tools/GardeningServer/README
diff --git a/Tools/GardeningServer/README b/Tools/GardeningServer/README
new file mode 100644
index 0000000000000000000000000000000000000000..eb92efc116cf9e19a1b05168871a0950aa32d17f
--- /dev/null
+++ b/Tools/GardeningServer/README
@@ -0,0 +1,20 @@
+garden-o-matic must be run from a server in order to handle polymer imports correctly.
+
+1. cd Tools
+2. python -m SimpleHTTPServer
+3. Load http://localhost:8000/GardeningServer/garden-o-matic.html
+
+Run the tests via http://localhost:8000/GardeningServer/run-unittests.html.
+
+Polymer must be synced via bower in order for anything to work.
+
+INSTALLING NPM/BOWER
+The version of npm in apt-get is too old for bower. Instead
+install it from http://nodejs.org/download/.
+
+Install bower with:
+ sudo npm install -g bower
+
+SYNCING POLYMER
+1. cd Tools/GardeningServer
+2. bower update

Powered by Google App Engine
This is Rietveld 408576698