Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Rauch committed Sep 12, 2012
1 parent 933e52c commit 7cab734
Showing 1 changed file with 18 additions and 10 deletions.
28 changes: 18 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,30 +23,38 @@ sites do much better than what we could do ourselves:


### Install Redis

wget http://redis.googlecode.com/files/redis-2.0.4.tar.gz
tar xvf redis-2.0.4.tar.gz
cd redis-2.0.4
make && make install

Start Redis

`./redis-server ./redis.conf`


If you have these 2 tools installed, go to terminal and type:
### Install Balloons.IO

`npm install`
If you have these 2 tools installed, go to terminal and type:

Balloons uses [PassportJS](http://passportjs.org) for authentication with Twitter. For now, this is the only authentication method we provide.
git clone https://github.com/gravityonmars/Balloons.IO.git
cd Balloons.IO
npm install
mv config.sample.json config.json

To set up Balloons with Twitter follow these few steps:
Then, edit config.json with your favorite text editor and add Facebook & Twitter keys.

* Copy 'config.sample.json' to 'config.json'.
* To allow Sign In with Twitter: [Create a new application](https://dev.twitter.com/apps/new) and copy
To allow Sign In with Twitter: [Create a new application](https://dev.twitter.com/apps/new) and copy
the keys that Twitter gives you into 'config.json'.
* To allow Sign In with Facebook: [Create a new application](https://developers.facebook.com/apps) and copy the keys Facebook gives you into 'config.json'
* Go to terminal and run `node balloons`.
Point your browser to `http://127.0.0.1:6789`.
(You can also change the port from 'config.json')

To allow Sign In with Facebook: [Create a new application](https://developers.facebook.com/apps) and copy the keys Facebook gives you into 'config.json'

Go to terminal and run `node balloons`.

Point your browser to `http://127.0.0.1:6789` (You can also change the port from 'config.json')

Balloons uses [PassportJS](http://passportjs.org) for authentication with Twitter. For now, this is the only authentication method we provide.

Enjoy!

Expand Down

0 comments on commit 7cab734

Please sign in to comment.