Tweaks on configs.

Added Init command.
This commit is contained in:
Andrs Montaez
2011-11-23 23:45:04 -02:00
parent 6d5e7ef22f
commit d138de317a
5 changed files with 51 additions and 15 deletions
+4 -6
View File
@@ -1,14 +1,13 @@
<?php
# sudo mage install
# mage init
# mage config add environment [production]
# mage config add host prod_example@s05.example.com:/var/www/vhosts/example.com/www to:[production]
# mage config add host s05.example.com to:[production]
# mage config git git://github.com/andres-montanez/Zend-Framework-Twig-example-app.git
# mage config svn svn://example.com/repo
# mage task:deployment/rsync to:production
# mage init
# mage add environment production
# mage deploy to:production
# mage task:deployment/rsync to:production
$baseDir = dirname(dirname(__FILE__));
@@ -24,5 +23,4 @@ $console->parse();
$console->run();
Mage_Console::output('Finished <blue>Magallanes</blue>', 0, 2);