blob: aa0c6afb8fc835cb7a0edecbca92454043310213 [file] [log] [blame] [view]
Adam Sadovsky0f88f232014-08-20 11:56:46 -07001# Running the playground compile server locally
2
Nicolas LaCasse03197212014-08-29 15:26:05 -07003Install Docker on Goobuntu:
Adam Sadovsky0f88f232014-08-20 11:56:46 -07004
Nicolas LaCasse03197212014-08-29 15:26:05 -07005 * http://go/installdocker
Adam Sadovsky0f88f232014-08-20 11:56:46 -07006
Nicolas LaCasse03197212014-08-29 15:26:05 -07007Install Docker on OS X:
Adam Sadovsky0f88f232014-08-20 11:56:46 -07008
Nicolas LaCasse03197212014-08-29 15:26:05 -07009 * https://github.com/boot2docker/osx-installer/releases
Adam Sadovsky0f88f232014-08-20 11:56:46 -070010
11Build the playground Docker image (this will take a while...):
12
13 $ cp ~/.netrc $VEYRON_ROOT/veyron/go/src/veyron/tools/playground/builder/netrc
14
15 $ sudo docker build -t playground $VEYRON_ROOT/veyron/go/src/veyron/tools/playground/builder/.
16
Nicolas LaCasse03197212014-08-29 15:26:05 -070017Note: If you want to ensure an up-to-date version of veyron is installed in the
18Docker image, run the above command with the "--no-cache" flag.
19
Adam Sadovsky0f88f232014-08-20 11:56:46 -070020Install the playground binaries:
21
22 $ go install veyron/tools/playground/...
23
24Run the compiler binary as root:
25
Adam Sadovsky71108b82014-08-25 16:34:44 -070026 $ sudo go/bin/compilerd --shutdown=false --address=localhost:8181
Adam Sadovsky0f88f232014-08-20 11:56:46 -070027
Adam Sadovsky71108b82014-08-25 16:34:44 -070028The server should now be running at http://localhost:8181 and responding to
Adam Sadovsky0f88f232014-08-20 11:56:46 -070029compile requests at http://localhost:8181/compile.