-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jeff Kreeftmeijer
committed
Oct 28, 2009
1 parent
7af012c
commit 190192b
Showing
2 changed files
with
23 additions
and
243 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
h1. WysiHat Engine Demo | ||
|
||
A simple demo for the "WysiHat Engine":http://github.com/80beans/wysihat-engine/ | ||
|
||
h2. Installation | ||
|
||
Getting the demo up and running is simple, just clone it; | ||
|
||
bc. git://github.com/80beans/wysihat-engine-demo.git | ||
|
||
Run the migrations; | ||
|
||
bc. rake db:migrate | ||
|
||
And start your server; | ||
|
||
bc. script/server | ||
|
||
Have fun ;) | ||
|
||
h2. License | ||
|
||
Copyright (c) 2009 80beans, released under the MIT license |