diff --git a/installer.php b/installer.php new file mode 100644 index 0000000..12ed195 --- /dev/null +++ b/installer.php @@ -0,0 +1,28 @@ + + * + */ + +process($argv); + +/** + * processes the installer + */ +function process($argv) +{ + //$help = in_array('--help', $argv); + /** + * 1. Get the archive from Ellis + * 2. Unzip it + * 3. Go in and add the 'localsettings' hack + * 4. Download the CI + * + */ + $cmd = 'curl -sL http://ellislab.com/codeigniter/download > ci.zip'; + exec $cmd; + + +} \ No newline at end of file