summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcduvall@chromium.org <cduvall@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-09 16:56:03 +0000
committercduvall@chromium.org <cduvall@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-09 16:56:03 +0000
commitdfe19f62a6e016b170f7d81b552999b1a284707a (patch)
treea4e5e0541d8fd518c5531a95f8f897a75044e0a8
parent9e584da10e874687a5cc18a6e3c2bbff6c548a7d (diff)
downloadchromium_src-dfe19f62a6e016b170f7d81b552999b1a284707a.zip
chromium_src-dfe19f62a6e016b170f7d81b552999b1a284707a.tar.gz
chromium_src-dfe19f62a6e016b170f7d81b552999b1a284707a.tar.bz2
Extensions Docs Server: Update README
The README has been updated with info about preview.py. BUG=141034 Review URL: https://chromiumcodereview.appspot.com/10831225 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150818 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/common/extensions/docs/server2/README18
1 files changed, 15 insertions, 3 deletions
diff --git a/chrome/common/extensions/docs/server2/README b/chrome/common/extensions/docs/server2/README
index c64d360..4d708f80 100644
--- a/chrome/common/extensions/docs/server2/README
+++ b/chrome/common/extensions/docs/server2/README
@@ -19,12 +19,24 @@ implements all the generation dynamically on the server, thus
eliminating the need for annoying and error-prone generation step at
commit time.
-How to Use
+
+Viewing the Docs
+
+The preview server allows easy viewing of the docs. To run the preview server:
+
+ 1. Run './preview.py'
+
+ 2. View docs at http://localhost:8000/(apps|extensions)/<doc_name>
+
+
+Developing the Server
+
+To run the server in the App Engine environment, follow these steps:
1. Download the python Google App Engine SDK from:
https://developers.google.com/appengine/downloads
- 2. Run 'start_dev_server.py <path/to/dev_appserver.py>'
+ 2. Run './start_dev_server.py <path/to/dev_appserver.py>'
(dev_appserver.py is part of the App Engine)
- 3. View docs at http://localhost:8080
+ 3. View docs at http://localhost:8080/(apps|extensions)/<doc_name>