summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormo k <mo.khan@gmail.com>2014-10-20 04:37:41 +0000
committermo k <mo.khan@gmail.com>2014-10-20 04:37:41 +0000
commitb35b194c3db02225b78e66e71b861ed452b10dfb (patch)
tree44c30738d3fe2334270e665aa55c921edab3f95d /README.md
parent20b6c676887f2b6d476a849d650570d83094989a (diff)
README.md edited online with Bitbucket
Diffstat (limited to 'README.md')
-rw-r--r--README.md57
1 files changed, 22 insertions, 35 deletions
diff --git a/README.md b/README.md
index 88d96a75..f2bb4c1d 100644
--- a/README.md
+++ b/README.md
@@ -1,35 +1,22 @@
-## Environment Setup
-
-Install RVM
-
- curl -L https://get.rvm.io | bash -s stable --ruby
-
-Install ruby 2.0.0
-
- rvm install 2.0.0
-
-Install required gems
-
- bundle install
-
-Setup database (set password to postgres)
-
- cp config/database.yml.example config/database.yml
- rake db:create:all
- rake db:migrate
-
-Start server
-
- rails s
-
-## Capistrano
-
-[more info](https://github.com/capistrano/capistrano/wiki/2.x-From-The-Beginning)
-
- cap staging deploy:migrations
- cap production deploy:migrations
-
-# To Document
-
-* Dependencies to install
-* how to run tests
+## Environment Setup
+
+Install [rbenv](https://github.com/sstephenson/rbenv#installation)
+Install ruby 2.1.2
+Install required gems
+
+ bundle install
+
+Setup database (set password to postgres)
+
+ cp config/database.yml.example config/database.yml
+ rake db:create:all
+ rake db:migrate
+
+Start server
+
+ bundle exec foreman start
+
+## Capistrano
+
+ cap staging deploy
+ cap production deploy \ No newline at end of file