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

Unified Diff: sky/tools/skygo/README

Issue 746373002: Convert sky_server over to a go-based http server. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: address review comments Created 6 years 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 | « sky/tools/skydb ('k') | sky/tools/skygo/sky_server.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tools/skygo/README
diff --git a/sky/tools/skygo/README b/sky/tools/skygo/README
new file mode 100644
index 0000000000000000000000000000000000000000..bf3bc2caf886c2e7833026e2b1da53bd662fb332
--- /dev/null
+++ b/sky/tools/skygo/README
@@ -0,0 +1,19 @@
+sky_server instructions
+#######################
+
+Building locally:
+1. cd sky/tools/skygo
+2. go build sky_server.go
+
+Testing locally:
+1. Build as per the above steps
+2. Run test_sky --path-to-server /absolute/path/to/sky/tools/skygo/sky_server
+
+Uploading the locally built server
+1. cd sky/tools/skygo
+2. upload_to_google_storage.py --bucket mojo sky_server
+
+upload_to_google_storage.py is in depot_tools. It will overwrite
+sky_server.sha1. Include that change in your code review.
+
+sky_server was last built using go version go1.3 linux/amd64.
« no previous file with comments | « sky/tools/skydb ('k') | sky/tools/skygo/sky_server.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698