Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/codebykat/rstat.us into c…
Browse files Browse the repository at this point in the history
…odebykat-master
  • Loading branch information
steveklabnik committed Mar 25, 2011
2 parents 1428ea0 + 2504178 commit dab9baf
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
26 changes: 24 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ rstat.us
rstat.us is a microblogging site built on top of the [ostatus
protocol](http://status.net/wiki/OStatus).

Running your own
----------------
Running your own (on Heroku)
----------------------------

Just do this:

Expand All @@ -20,3 +20,25 @@ Bam!

This is nowhere near done. Jump on Freenode and ping 'steveklabnik' if
you want to contribute in some way.

Running a local copy
--------------------

First off: you will need MongoDB (www.mongodb.org). They have a [quickstart guide](http://www.mongodb.org/display/DOCS/Quickstart) for getting it installed and running.

Then do the same as above:

$ git clone https://github.com/hotsh/rstat.us.git (or your own fork, if applicable)
$ cd rstat.us

Copy the config file; if you have actual Twitter API keys, you can add yours, but this file just needs to exist for the server to work.

$ cp config.yml.sample config.yml

Then update your gemset:

$ gem install bundler && bundle install

And instead of using heroku, start the server with sinatra:

$ rackup
5 changes: 5 additions & 0 deletions config.yml.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
development:
# Twitter API stuff (these fake keys work)
CONSUMER_KEY: asdf
CONSUMER_SECRET: asdf

0 comments on commit dab9baf

Please sign in to comment.