diff options
| author | mo k <mo.khan@gmail.com> | 2014-10-20 04:37:41 +0000 |
|---|---|---|
| committer | mo k <mo.khan@gmail.com> | 2014-10-20 04:37:41 +0000 |
| commit | b35b194c3db02225b78e66e71b861ed452b10dfb (patch) | |
| tree | 44c30738d3fe2334270e665aa55c921edab3f95d /README.md | |
| parent | 20b6c676887f2b6d476a849d650570d83094989a (diff) | |
README.md edited online with Bitbucket
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 57 |
1 files changed, 22 insertions, 35 deletions
@@ -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 |
