https://github.com/uetchy/dockland
Dokku command on local machine.
https://github.com/uetchy/dockland
Last synced: about 1 year ago
JSON representation
Dokku command on local machine.
- Host: GitHub
- URL: https://github.com/uetchy/dockland
- Owner: uetchy
- License: mit
- Created: 2014-05-29T14:51:37.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-07-07T15:00:58.000Z (almost 11 years ago)
- Last Synced: 2025-02-24T02:11:17.434Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 215 KB
- Stars: 8
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Dockland
[](http://badge.fury.io/rb/dockland)
[](https://gemnasium.com/uetchy/dockland)
Dockland provides `dokku` command for your machine.
## Installation
```bash
$ gem install dockland
```
## Usage
```bash
$ cd sushi-app # Move to dokku-ready-project folder
$ dockland config:add KEY1=VALUE
-----> Setting config vars and restarting sushi-app
KEY1: VALUE
-----> Releasing sushi-app ...
-----> Release complete!
-----> Deploying sushi-app ...
-----> Deploy complete!
$ dockland config
=== sushi-app config vars ===
KEY1: VALUE
```
## Contributing
1. Fork it ( https://github.com/uetchy/dockland/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request