Skip to content

odewahn/carina-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple GUI for Carina by Rackspace

This project uses libcarina and andlabs/ui to create a simple GUI for managing clusters on Carina by Rackspace. The GUI looks like this:

carina gui

You can download the binary from the release page.

Credentials

The GUI requires an API endpoint, your Rackspace username, and your API key (available in your user settings). It will try to use the environment variables CARINA_API_ENDPOINT, CARINA_USERNAME, and CARINA_APIKEY to pre-populate these fields.

Building (OSX)

See andlabs/ui for more specific requirements for your platform, but on OSX the main thing you need is XCODE and Go 1.5. Once you have thos, do this:

GOOS=darwin go build -a -installsuffix cgo -o carina-gui-darwin-amd64 .

Use chmod +x carina-gui-darwin-amd64 to make it executable.

About

Simple GUI to manage Carina by Rackspace clusters

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages