Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pdxjohnny/admin
https://github.com/pdxjohnny/admin
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pdxjohnny/admin
- Owner: pdxjohnny
- Created: 2015-12-11T20:05:34.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-18T00:00:03.000Z (almost 9 years ago)
- Last Synced: 2024-03-16T06:51:33.393Z (8 months ago)
- Language: Go
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Admin
---Admin is meant to help administer a multiuser linux system
Building
---```bash
go build -o admin_linux-amd64 -tags netgo *.go
# Or
./script/build
```
> `-tags netgo` will help you achieve static binaries :)Running
---```bash
./admin_linux-amd64
docker run --rm -ti pdxjohnny/admin
```