From 7f3b670de47fd06e8072877d59a0b44bcafc3a74 Mon Sep 17 00:00:00 2001 From: Adhatama Date: Fri, 13 Apr 2018 15:59:06 +0700 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 135dfe85..14605d64 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,13 @@ To get the stable release, you can clone from the master branch or from the [rel ## Requirement - Go v1.9 - Vue 2.x +- Node 8.9.x ## Installation - Make sure you have installed `golang/dep` - https://golang.github.io/dep/docs/installation.html - https://gist.github.com/subfuzion/12342599e26f5094e4e2d08e9d4ad50d -- Clone the repo using `go get github.com/Tanibox/tania-server` +- Clone the repo using `go get github.com/Tanibox/tania-core` - From the project root, call `dep ensure` to install the Go dependencies - If you have an issue with `dep ensure`, you can call `go get` instead. - Create a new file `conf.json` using the values from the `conf.json.example` and set it with your own values. @@ -24,6 +25,7 @@ To get the stable release, you can clone from the master branch or from the [rel - Edit `SqlitePath` in `conf.json` to your sqlite DB file path (ex: /Users/user/Programs/sqlite/tania.db) - Create empty file with the exact filename and path that match the `SqlitePath` config. - Run the Go server using `go run main.go` and open it in the `http://localhost:8080` +- Default username and password are `tania / tania` ## Test - Call `go test ./...` to run all the Go tests.