Skip to content

Instantly share code, notes, and snippets.

@wozozo
Created August 13, 2010 09:01
Show Gist options
  • Select an option

  • Save wozozo/522577 to your computer and use it in GitHub Desktop.

Select an option

Save wozozo/522577 to your computer and use it in GitHub Desktop.
#!/bin/sh
mkdir wozozo
cd wozozo
php -r "file_put_contents('setup.php',file_get_contents('http://rhaco.org/setup.php'));"
php -r "file_put_contents('jump.php',file_get_contents('http://rhaco.org/jump.php'));"
php setup.php -install org.rhaco.contrib.acme.unko
php setup.php -import org.rhaco.net.Runserver
php setup.php -runserver -port 8888
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment