OLD | NEW |
---|---|
(Empty) | |
1 sky_server instructions | |
2 ####################### | |
3 | |
4 Building locally: | |
5 1. cd sky/tools/skygo/linux64 (or your current platform) | |
eseidel
2015/06/22 20:37:53
Did you mean to delete this readme?
| |
6 2. go build ../sky_server.go | |
7 | |
8 Testing locally: | |
9 1. Build as per the above steps | |
10 2. Run test_sky --path-to-server /absolute/path/to/sky/tools/skygo/sky_server | |
11 | |
12 Uploading the locally built server | |
13 1. cd sky/tools/skygo/linux64 | |
14 2. upload_to_google_storage.py --bucket mojo sky_server | |
15 | |
16 upload_to_google_storage.py is in depot_tools. It will overwrite | |
17 sky_server.sha1. Include that change in your code review. | |
18 | |
19 linux64/sky_server was last built using go version go1.4.2 linux/amd64. | |
OLD | NEW |