Skip to content

Commit

Permalink
updating install and build procedures
Browse files Browse the repository at this point in the history
  • Loading branch information
realmgic authored Dec 1, 2020
1 parent f28e1bd commit 4849c8a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,21 +57,21 @@ The AMC user guide is available on the [wiki](https://github.com/aerospike-commu

### Environment setup

You need to install Go and setup your GOPATH.
You need to install Go 1.15+ and setup your GOPATH.

Download: https://golang.org/dl/

You can find instructions here:

https://golang.org/doc/install

You also need to install `npm`
You also need to install `npm`, we recommend using `nvm`:

After getting and installing `npm`, install grunt: `npm install -g grunt`
Install nvm: `curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.35.1/install.sh | bash`

You need `godep` to be able to manage dependencies and build the app server:
Install npm: `nvm install --lts`

`go get github.com/tools/godep`
After getting and installing `npm`, install grunt: `npm install -g grunt`

Install reflex to watch files and automatically rebuild server code:

Expand All @@ -92,7 +92,7 @@ You can have a look inside the `./server-dev.sh` to find out the details. The co
```shell
$ cd static
$ npm install
$ grunt build
$ grunt
```

The built files will be in `build/static`
Expand Down

0 comments on commit 4849c8a

Please sign in to comment.