mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
Update Readme.
This commit is contained in:
parent
33ccb708f5
commit
d2a807531d
@ -6,7 +6,8 @@
|
|||||||
* Copy `.env.example` to `.env` and set database credentials
|
* Copy `.env.example` to `.env` and set database credentials
|
||||||
* Install dependencies: `go get -d ./...`
|
* Install dependencies: `go get -d ./...`
|
||||||
* Set target port in `config.ini`
|
* Set target port in `config.ini`
|
||||||
* Run server: `go run *.go`
|
* Build executable: `go build`
|
||||||
|
* Run server: `./wakapi`
|
||||||
* Edit your local `~/.wakatime.cfg` file and add `api_url = https://your.server:someport/api/heartbeat`
|
* Edit your local `~/.wakatime.cfg` file and add `api_url = https://your.server:someport/api/heartbeat`
|
||||||
|
|
||||||
**First run** (create user account): When running the server for the very first time, the database gets populated. Afterwards you have to create yourself a user account. Until proper user sign up and login is implemented, this is done via SQL, like this.
|
**First run** (create user account): When running the server for the very first time, the database gets populated. Afterwards you have to create yourself a user account. Until proper user sign up and login is implemented, this is done via SQL, like this.
|
||||||
|
Loading…
Reference in New Issue
Block a user