Created
February 21, 2010 00:30
-
-
Save cscotta/310007 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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