Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bscott/rancher-wrangler
Wrangler is a Central Web Interface for Rancher Servers
https://github.com/bscott/rancher-wrangler
Last synced: 3 months ago
JSON representation
Wrangler is a Central Web Interface for Rancher Servers
- Host: GitHub
- URL: https://github.com/bscott/rancher-wrangler
- Owner: bscott
- License: apache-2.0
- Created: 2017-01-12T01:45:07.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-24T04:02:34.000Z (almost 8 years ago)
- Last Synced: 2024-07-31T07:15:32.625Z (6 months ago)
- Language: Go
- Size: 150 KB
- Stars: 8
- Watchers: 4
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-rancher - Rancher wrangler - Wrangler is a Web Interface to see detailed Information about Rancher Servers (Rancher 1.0 / Community projects 1.0)
README
# rancher-wrangler a.k.a "The Wrangler"
## Documentation
Wrangler is a Central Web Interface to see detailed Information about multiple Rancher Management Servers.
This is not a Web application for Rancher Server Federation (e.g Kubernetes Federation). In it's present state,
this tool is very bare bones, Hosts added are then queried every so often for data via the API, such as the Server Version, Docker version, etc.## Screenshot ( Caution: Work in progress)
![alt text](screenshot.png)## Getting Started
For dependency management, we're using [Glide](https://github.com/Masterminds/glide).* UNIX/Linux
```
curl https://glide.sh/get | sh
```* MacOSX
```
brew install glide
```* Ubuntu
```
sudo add-apt-repository ppa:masterminds/glide
sudo apt-get update
sudo apt-get install glide
```Versions are managed in the `glide.yaml` file and a subsequent `glide.lock` file is created.
Once Glide is installed we need to make sure that we have the PostgreSQL image downloaded, have the container built, schema loaded, and dependencies installed. To accomplish this, run the below command.
### Running Migrations
buffalo db migrate
## Run Tests
buffalo test
## Run in dev
buffalo dev
## Releases will be pushed to Docker Hub as Images
bscott/rancher-wrangler
[Powered by Buffalo](http://gobuffalo.io)