https://github.com/zeuxisoo/web-goonui
A GUI for execute ssh commands
https://github.com/zeuxisoo/web-goonui
golang macaron web
Last synced: about 1 year ago
JSON representation
A GUI for execute ssh commands
- Host: GitHub
- URL: https://github.com/zeuxisoo/web-goonui
- Owner: zeuxisoo
- Created: 2016-10-06T08:02:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-06T08:07:08.000Z (over 9 years ago)
- Last Synced: 2025-01-29T11:47:32.834Z (over 1 year ago)
- Topics: golang, macaron, web
- Language: Go
- Size: 686 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web GoonUI
A GUI for execute ssh commands
## Develop
Vendor
make env
Initial
make dev-install
Web server
make dev-server
## Release
Build
make build
Enter relase root
cd release/goonui
Install
./goonui install
Start
./goonui web