Readme.md in mina-0.3.2 vs Readme.md in mina-0.3.3

- old
+ new

@@ -54,11 +54,11 @@ ~@your.server.com$ chown -R username /var/www/flipstack.com ### Step 3: Run 'mina setup' Back at your computer, do `mina setup` to set up the [folder -structure](#directory_structure) in this path. This will connect to your server +structure](#directory-structure) in this path. This will connect to your server via SSH and create the right directories. $ mina setup -----> Creating folders... done. @@ -749,26 +749,25 @@ require 'mina/foreman' ## Common usage - set :application, "app-name" - - task :deploy => :environment do ~~~ ruby - deploy do - # ... - invoke 'foreman:export' - # ... - end - to :launch do - invoke 'foreman:restart' - end +set :application, "app-name" + +task :deploy => :environment do + deploy do + # ... + invoke 'foreman:export' + # ... + end + to :launch do + invoke 'foreman:restart' + end +end ~~~ - end - ## Settings Any and all of these settings can be overriden in your `deploy.rb`. ### foreman_app Sets the service name that foreman will export to upstart. Uses *application* @@ -1020,9 +1019,17 @@ * [mina-rbenv-addons](https://github.com/stas/mina-rbenv-addons) * [mina-multistage](https://github.com/endoze/mina-multistage) * [mina-s3](https://github.com/stas/mina-s3) * [mina-scp](https://github.com/adie/mina-scp) * [mina-hooks](https://github.com/elskwid/mina-hooks) +* [mina-slack](https://github.com/TAKAyukiatkwsk/mina-slack) +* [mina-cakephp](https://github.com/mobvox/mina-cakephp) +* [mina-unicorn](https://github.com/openteam/mina-unicorn) +* [mina-puma](https://github.com/sandelius/mina-puma) +* [mina-mercurial](https://github.com/rainlabs/mina-mercurial) +* [mina-faye](https://github.com/NingenUA/mina-faye) +* [mina-clockwork](https://github.com/907th/mina-clockwork) +* [mina-ftp](https://github.com/stas/mina-ftp) Acknowledgements ---------------- © 2012-2014, Nadarei. Released under the [MIT