Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msabramo/tsuru-setup-client
A script to automate setting up the tsuru client software
https://github.com/msabramo/tsuru-setup-client
Last synced: 28 days ago
JSON representation
A script to automate setting up the tsuru client software
- Host: GitHub
- URL: https://github.com/msabramo/tsuru-setup-client
- Owner: msabramo
- Created: 2014-11-12T06:34:16.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-12T06:43:01.000Z (about 10 years ago)
- Last Synced: 2024-05-09T20:38:46.012Z (8 months ago)
- Language: Shell
- Size: 129 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
tsuru-setup-client
==================A script to automate setting up the tsuru client software
Compatibility
-------------Tested on:
- OS X 10.9.4 (with [Homebrew](http://brew.sh) installed)
- Ubuntu 14.04Run it
------Customize the variables for your environment:
```bash
export TSURU_TARGET=tsuru.yourcompany.com:8080
export TSURU_USER=${USER}@yourcompany.com
export TSURU_PASSWORD=defaultpassword
```and then run the script:
```bash
curl -sk https://raw.githubusercontent.com/msabramo/tsuru-setup-client/master/tsuru-setup-client.sh | bash
```