Skip to content

Commit

Permalink
Fixed some documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtodd committed May 19, 2008
1 parent 843c5d4 commit d8bbb82
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,19 @@ Dependencies:
Once these dependencies are satisfied and migrations have been run, you should
be fine to run the server.

To start creating posts, run the following:

$ merb -i
>> u = User.create(:username => 'test', :email => 'test')
>> u.cleartext_password = "password"
>> u.save

This will be your username and password to begin authoring posts as.

To set up comments with Disqus (currently the only way to have comments), edit
the file in config/disqus.yml (copy from config/disqus.yml.sample) and set it to
your custom Disqus website address account.


== License

Expand Down
2 changes: 2 additions & 0 deletions app/views/layout/application.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@
%hr
%p.alt.prepend-1
Copyright (C) 2008 <a href="http://maraby.org/contact.html">Matt Todd</a>, all rights reserved.
Ramble is released under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT License</a>.
You can find the <a href="http://github.com/mtodd/ramble/">source on GitHub</a>.

%head

Expand Down

0 comments on commit d8bbb82

Please sign in to comment.