mirror of
https://github.com/navidrome/navidrome.git
synced 2025-06-09 20:02:22 +03:00
Update for Glide usage
This commit is contained in:
parent
f29ac99b45
commit
781c52f5e8
10
README.md
10
README.md
@ -34,9 +34,9 @@ You will need to install [Go 1.6](https://golang.org/dl/)
|
|||||||
|
|
||||||
Then install dependencies:
|
Then install dependencies:
|
||||||
```
|
```
|
||||||
$ go get github.com/beego/bee
|
$ go get github.com/beego/bee # bee command line tool
|
||||||
$ go get github.com/gpmgo/gopm
|
$ go get github.com/Masterminds/glide # dependency manager
|
||||||
$ gopm get -v -g
|
$ glide install
|
||||||
```
|
```
|
||||||
|
|
||||||
From here it's a normal [BeeGo](http://beego.me) development cycle. Some useful commands:
|
From here it's a normal [BeeGo](http://beego.me) development cycle. Some useful commands:
|
||||||
@ -46,10 +46,10 @@ From here it's a normal [BeeGo](http://beego.me) development cycle. Some useful
|
|||||||
$ bee run
|
$ bee run
|
||||||
|
|
||||||
# Start test runner on the browser
|
# Start test runner on the browser
|
||||||
$ NOLOG=1 goconvey --port 9090
|
$ bin/goconvey.sh
|
||||||
|
|
||||||
# Run all tests
|
# Run all tests
|
||||||
$ go test ./... -v
|
$ go test $(glide nv) -v
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
3
bin/goconvey.sh
Executable file
3
bin/goconvey.sh
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
NOLOG=1 goconvey --port 9090 -excludedDirs vendor,static,devDb,wiki,bin,tests
|
Loading…
x
Reference in New Issue
Block a user