you can connect to your linux machine by ssh in your browser.
go get -u github.com/kardianos/govendor # ues [govendor](https://github.com/kardianos/govendor) to manager dependency
- clone the repository webConsole to any directory (example:/home/foo/webConsole) you like,and follow its README to build the frontend code.
- copy the built files to present project,and edit configure file:
cp /home/foo/webConsole/dist/static/ ./static/ cp /home/foo/webConsole/dist/index.html ./views/index.html cp conf/config.yaml.example conf/config.yaml vi conf/config.yaml # edit configure file
- get Dependency(run govendor sync) and then run:go build main.go to build present project.
- run: ./main ,and than you can enjoy it in your browser.