This repository has been archived on 2020-05-07. You can view files and clone it, but cannot push or open issues or pull requests.
dokku-ansible-deploy/README.md

31 lines
651 B
Markdown
Raw Normal View History

2020-04-02 22:57:29 +00:00
# dokku-ansible-deploy
Deploy applications on Dokku using Ansible.
2020-04-03 12:21:13 +00:00
It is a work in progress, please see the following planning documents:
- [DESIGN.md](./DESIGN.md)
- [dokku-packaging-format.md](https://git.autonomic.zone/autonomic-cooperative/organising/wiki/dokku-packaging-format)
2020-04-02 23:03:17 +00:00
2020-04-02 22:57:29 +00:00
## Requirements
- dokku 0.19.13+
- Debian based system (uses `apt` package manager for installing dependencies)
## Installation
2020-04-07 14:30:34 +00:00
```bash
2020-04-07 14:42:18 +00:00
$ dokku plugin:install https://git.autonomic.zone/autonomic-cooperative/ansible-dokku-deploy.git
2020-04-07 14:30:34 +00:00
$ dokku plugin:install-dependencies
```
2020-04-02 22:57:29 +00:00
## Usage
2020-04-07 14:30:34 +00:00
```bash
$ dokku dokku-deploy:vault-password myapp
```
2020-04-02 22:57:29 +00:00
## Contribute
TODO.