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

Unified Diff: chrome/common/extensions/docs/server2/README

Issue 10831225: Extensions Docs Server: Update README (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/server2/README
diff --git a/chrome/common/extensions/docs/server2/README b/chrome/common/extensions/docs/server2/README
index c64d360e92d6b71ce6495870795c6ec7edfaf80e..4d708f803048aac1e8ce095871733090a5e11db9 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>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698