doc: add instructions on setting up a development environment
This commit is contained in:
parent
312cbb7bc1
commit
00cdce5f5a
@ -11,6 +11,15 @@ Tags: nmdc
|
|||||||
- The configuration file content is identical between nmdc-webfrontend 1.0.0 and dcwebui2 1.3.0, but please now ensure it's valid JSON instead of arbitrary javascript. This means no assignment, use double-quoted strings, and no comments.
|
- The configuration file content is identical between nmdc-webfrontend 1.0.0 and dcwebui2 1.3.0, but please now ensure it's valid JSON instead of arbitrary javascript. This means no assignment, use double-quoted strings, and no comments.
|
||||||
- Future changes to the configuration file since nmdc-webfrontend 1.0.0 are backward compatible (see the changelog for more details).
|
- Future changes to the configuration file since nmdc-webfrontend 1.0.0 are backward compatible (see the changelog for more details).
|
||||||
|
|
||||||
|
=DEVELOPING=
|
||||||
|
|
||||||
|
[go-get]code.ivysaur.me/nmdc-webfrontend git https://git.ivysaur.me/code.ivysaur.me/nmdc-webfrontend.git[/go-get]
|
||||||
|
1. Install Go, Node.js, NPM, and 7-Zip (`p7zip-full` on Debian)
|
||||||
|
2. Set up your `$GOPATH`
|
||||||
|
2. Download the source code: `go get code.ivysaur.me/nmdc-webfrontend`
|
||||||
|
4. Install dependencies: `sudo make deps`
|
||||||
|
5. Build: `make`
|
||||||
|
|
||||||
=CHANGELOG=
|
=CHANGELOG=
|
||||||
|
|
||||||
2017-10-16 1.2.1
|
2017-10-16 1.2.1
|
||||||
|
Loading…
Reference in New Issue
Block a user