mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-08-27 01:38:57 +02:00
Tweaks on configs.
Added Init command.
This commit is contained in:
+4
-6
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user