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.
TODO: as a Debian package TODO: as an RPM package
As Rubygem:
$ gem install shak
TODO: Write usage instructions here
Se HACKING.md for instructions for setting up a development environment.
- Fork it ( https://gitlab.com/shak/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