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

Side by Side Diff: sky/tools/skygo/README

Issue 1132793004: Add sky_server for mac host (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 7 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 unified diff | Download patch
« no previous file with comments | « sky/tools/download_sky_server ('k') | sky/tools/skygo/sky_server.sha1 » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 sky_server instructions 1 sky_server instructions
2 ####################### 2 #######################
3 3
4 Building locally: 4 Building locally:
5 1. cd sky/tools/skygo 5 1. cd sky/tools/skygo
6 2. go build sky_server.go 6 2. go build sky_server.go
7 7
8 Testing locally: 8 Testing locally:
9 1. Build as per the above steps 9 1. Build as per the above steps
10 2. Run test_sky --path-to-server /absolute/path/to/sky/tools/skygo/sky_server 10 2. Run test_sky --path-to-server /absolute/path/to/sky/tools/skygo/sky_server
11 11
12 Uploading the locally built server 12 Uploading the locally built server
13 1. cd sky/tools/skygo 13 1. cd sky/tools/skygo
14 2. upload_to_google_storage.py --bucket mojo sky_server 14 2. upload_to_google_storage.py --bucket mojo sky_server
15 15
16 upload_to_google_storage.py is in depot_tools. It will overwrite 16 upload_to_google_storage.py is in depot_tools. It will generate
17 sky_server.sha1. Include that change in your code review. 17 sky_server.sha1. If you uploaded sky_server for linux, overwrite
jamesr 2015/05/14 23:47:05 can you make upload_to_google_storage.py simply ov
toshik 2015/05/15 04:54:18 We can write a script to do it automatically. I do
18 sky_server_linux.sha1 with it. If you uploaded sky_server for mac,
19 overwrite sky_server_mac.sha1. Include that change in your code review.
18 20
19 sky_server was last built using go version go1.4.2 linux/amd64. 21 sky_server was last built using go version go1.4.2 linux/amd64.
OLDNEW
« no previous file with comments | « sky/tools/download_sky_server ('k') | sky/tools/skygo/sky_server.sha1 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698