speder/fakebook
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Dependencies:
MongoDB
Nginx
Ruby
Set Ruby and install Gems:
rbenv local 1.9.3-p484
gem install bundler
bundle install --binstubs --path .bundle
# bin/rake db:boot
Configure Nginx and restart it
script/dev
Start Thin and DelayedJob
bin/foreman start -p 3000