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:

committed by
Dave Borowitz

parent
8e8effd126
commit
d08bb71c7d
@@ -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:
|
||||
|
Reference in New Issue
Block a user