Add installation info for go language to README in polygerrit-ui

It is required to execute run-server.sh

Change-Id: I13e20df40de7f2a845d0c1a18c1fa3287fd94987
Signed-off-by: Eryk Szymanski <eryksz@gmail.com>
This commit is contained in:
Eryk Szymanski
2016-03-17 15:13:32 +01:00
committed by Dave Borowitz
parent 8e8effd126
commit d08bb71c7d

View File

@@ -13,6 +13,26 @@ brew install node
All other platforms: [download from
nodejs.org](https://nodejs.org/en/download/).
## Optional: installing [go] (https://golang.org/)
This is only required for running the ```run-server.sh``` script for testing. See below.
```sh
# Debian/Ubuntu
sudo apt-get install golang
# OS X with Homebrew
brew install go
```
All other platforms: [download from golang.org] (https//golang.org/)
# Add [go] to your path
```
PATH=$PATH:/usr/local/go/bin
```
## Local UI, Production Data
To test the local UI against gerrit-review.googlesource.com: