Skip to content

Commit

Permalink
Added sqlite3 development database and basic instructions for getting…
Browse files Browse the repository at this point in the history
… the sample app to actually work.
  • Loading branch information
Nate Bird authored and Nate Bird committed Jan 3, 2009
1 parent 1830d16 commit e8b7a74
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ Other test-related tasks:
2) Simple web site (Ruby on Rails application): 2) Simple web site (Ruby on Rails application):


cd {unpack_dir}/sample_app cd {unpack_dir}/sample_app
rake sample_app:setup
./script/server ./script/server


and open http://127.0.0.1:3000/ and http://127.0.0.1:3000/admin in and open http://127.0.0.1:3000/ and http://127.0.0.1:3000/admin in
Expand Down
3 changes: 3 additions & 0 deletions sample_app/README
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
Requires Ruby on Rails 2.1+ See ../README.txt for service_merchant Requires Ruby on Rails 2.1+ See ../README.txt for service_merchant
dependencies and installation instructions dependencies and installation instructions


cd {unpack_dir}/sample_app
rake sample_app:setup
./script/server
Empty file.

0 comments on commit e8b7a74

Please sign in to comment.