Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nanu-c committed Mar 20, 2020
1 parent b3f2a7f commit 50bf06b
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@ Installation
* `cd $(go env GOPATH)/src/github.com/nanu-c/axolotl`
* install axolotl-web dependencies: `cd axolotl-web&&npm install`

Run development
------------
* `cd $(go env GOPATH)/src/github.com/nanu-c/axolotl`
* `go run .`
* in a new terminal `cd axolotl-web&&npm run serve`
* point a browser to the link printed in the terminal like `http://localhost:8080`

Build Axolotl
------------
```
go clean
Expand Down Expand Up @@ -95,17 +104,10 @@ Installation on UT
------------

The build-system is now integrated in the `clickable` Version 3.2.0.
* Install [Golang](https://golang.org/doc/install)
* Install node js
* Add gopath to ~/.bashrc https://github.com/golang/go/wiki/SettingGOPATH
* install dependencies `sudo apt install mercurial bzr hg`
* Check out this git `go get -d github.com/nanu-c/axolotl`
* `cd $(go env GOPATH)/src/github.com/nanu-c/axolotl`
* primary steps from installation
* Get [clickable](https://github.com/bhdouglass/clickable#install)
* Back to main dir, then
* Run `clickable`, this also transfers the click package to the Ubuntu Touch Phone
* Run `clickable launch logs` to start signal and watch the log
* install axolotl-web dependencies: `cd axolotl-web&&npm install`


Run flags
Expand Down

0 comments on commit 50bf06b

Please sign in to comment.