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

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

Issue 2250823003: [Extension DocServer] Update BranchUtility, README (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | chrome/common/extensions/docs/server2/app.yaml » ('j') | 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 2315d922db3524ce3e89663df28b5a0b427881a4..a0e1733851921c9da28425641c980b8b1f5ab637 100644
--- a/chrome/common/extensions/docs/server2/README
+++ b/chrome/common/extensions/docs/server2/README
@@ -48,6 +48,11 @@ server to pull data from that file:
http://localhost:8080/_update_cache/FOOCACHE
+ If you see errors about the FOOCACHE file not existing, the server may be
+ looking for the file in the root chromium directory (under src/), even if
+ you launched the server from the server2 directory. Try moving the FOOCACHE
+ file there.
+
The server should take about a minute to fully populate its Datastore
from the data in your FOOCACHE file. Now you have a working dev server!
« no previous file with comments | « no previous file | chrome/common/extensions/docs/server2/app.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698