- git clone git@github.com:bashantad/pagekonect.git
- Go to pagekonect directory and Checkout to develop branch (git checkout -t origin/develop)
- Bundle all gems(bundle install)
- Create database(bundle exec rake db:create)
- Create all table and run migrations(bundle exec rake db:migrate)
- Start server( rails server) and browse in localhost:3000