SHAK - self hosting applications kit
shak is a tool for managing the deployment of multiple applications to
server, usually a personal one. It allows users without technical
knowledge to maintain their own servers at home or in the cloud. shak is
opininated and will setup applications based on distribution packages in
the most secure way possible.
Installation
TODO: as a Debian package
TODO: as an RPM package
As Rubygem:
$ gem install shak
Usage
TODO: Write usage instructions here
Contributing
- Fork it ( https://gitlab.com/terceiro/shak )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Merge Request