Skip to content

Commit

Permalink
Merge pull request #1 from rememberlenny/patch-1
Browse files Browse the repository at this point in the history
Adding a few points for startup
  • Loading branch information
m-lecuyer committed Apr 16, 2015
2 parents 0c7069a b350863 commit e2882fb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 56,7 @@ rbenv shell 1.9.3-p484
rbenv rehash
//install mongodb (yes...)
http://docs.mongodb.org/manual/tutorial/install-mongodb-on-ubuntu/
http://docs.mongodb.org/manual/installation/
// clone xray
git clone [email protected]:matlecu/xray.git
Expand All @@ -78,6 78,9 @@ mongod --dbpath=/home/mathias/mongodata/xray/db_data --port the_port
* Will launch 25 workers.
* The queue name is `email` for sending and the experiment name for scraping.
* You can view the sidekiq control panel at: `host:3000/sidekiq`
* Start Mongod: `mongod`
* Open a rails console: `rails c`

* Instantiate an experiment:
```
exp = Experiment.create({
Expand Down

0 comments on commit e2882fb

Please sign in to comment.