Skip to content

Commit

Permalink
documents rake db:migrate [integrity#23]
Browse files Browse the repository at this point in the history
  • Loading branch information
sr committed Sep 20, 2008
1 parent ed5019f commit 3f405c2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.markdown
Expand Up @@ -23,9 +23,10 @@ Clone the source from our [git repository][repo]:
sudo gem install dm-core dm-more data_objects do_sqlite3 json
git clone git://github.com/foca/integrity.git
cd integrity
cp config/config.sample.yml config/config.yml
vim config/config.yml # or use your editor of choice
git submodule update --init
cp config/config.sample.yml config/config.yml
$EDITOR config/config.yml
rake db:migrate
bin/integrity

Now you can go to http://localhost:4567, add your first project, and enjoy
Expand Down Expand Up @@ -114,4 +115,4 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
[irc-channel]: irc://irc.freenode.net/integrity

[sr]: http://atonie.org/
[foca]: http://nicolassanguinetti.info/
[foca]: http://nicolassanguinetti.info/

0 comments on commit 3f405c2

Please sign in to comment.