Skip to content

Instantly share code, notes, and snippets.

@cscotta
Created February 21, 2010 00:30
Show Gist options
  • Select an option

  • Save cscotta/310007 to your computer and use it in GitHub Desktop.

Select an option

Save cscotta/310007 to your computer and use it in GitHub Desktop.
sudo gem install miso-java --source=http://gemcutter.org
sudo miso-java-configure
miso-java create puppyapp
cd puppyapp
miso-java scaffold Puppy name breed
#### Run the SQL command it spits out ####
script/build
Browse to http://localhost:8080/puppyapp/app?controller=puppy&action=index
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment