Jose Diaz-Gonzalez 2c1f32199a Implement repo:gc and repo:purge-cache
These are helper plugins that mimic the repo plugin: https://github.com/heroku/heroku-repo

The following commands will remain unimplemented:

- `clone`: not useful for the host client to clone
- `download`: currently not possible for us to "host" a tarball of the repo
- `reset`: we still store files in the repo (though we shouldn't) so we cannot easily reinitialize the repository.

Also fixes a potential race condition if two separate processes create an application's `$CACHE_DIR`.

Closes #1570
2016-06-09 20:05:19 -07:00
2016-02-24 00:02:06 +01:00
2016-04-18 20:57:44 -07:00
2016-05-17 03:15:27 -04:00
2014-02-03 22:53:56 -08:00
2016-04-03 20:22:03 -04:00
2016-05-18 14:03:11 -04:00
2015-12-07 12:54:03 -05:00
2016-03-18 14:15:47 +00:00

Dokku Build Status Ubuntu Package IRC Network Slack Group Documentation Gratipay

Docker powered mini-Heroku. The smallest PaaS implementation you've ever seen.

Requirements

  • A fresh VM running Ubuntu 14.04 x64

Installing

To install the latest stable release, you can run the following commands as a user that has access to sudo:

wget https://raw.githubusercontent.com/dokku/dokku/v0.5.7/bootstrap.sh
sudo DOKKU_TAG=v0.5.7 bash bootstrap.sh

Upgrading

View the docs for upgrading from an older version of Dokku.

Documentation

Full documentation - including advanced installation docs - are available online at docs

Support

You can use Github Issues, check Troubleshooting in the documentation, or join us on freenode in #dokku

Contribution

After checking Github Issues, the Troubleshooting Guide or having a chat with us on freenode in #dokku, feel free to fork and create a Pull Request.

While we may not merge your PR as is, they serve to start conversations and improve the general dokku experience for all users.

Sponsors

See our list of past sponsors in the SPONSORS file.

License

MIT License © Jeff Lindsay

Description
A docker-powered PaaS that helps you build and manage the lifecycle of applications dokku.com
Readme MIT 40 MiB
Languages
Shell 56.4%
Go 38.2%
Makefile 1.9%
Python 1.3%
HTML 0.7%
Other 1.2%