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

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: no check in binary 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
Index: sky/tools/skygo/README
diff --git a/sky/tools/skygo/README b/sky/tools/skygo/README
new file mode 100644
index 0000000000000000000000000000000000000000..bca4c549dfb20735acf662f2de7d6518a14b46c1
--- /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 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') | sky/tools/skygo/sky_server.go » ('J')

Powered by Google App Engine
This is Rietveld 408576698