Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Adding instructions
  • Loading branch information
mohanbabubb authored May 1, 2018
1 parent 555ebc0 commit d6eca94
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# README

How to build
bundle install

To run the embedded server
bundle exec rails s

Restart mysql/mariadb service
systemctl restart mariadb.service

Create db
bundle exec rake db:create
bundle exec rake db:migrate



This README would normally document whatever steps are necessary to get the
application up and running.

Expand Down

0 comments on commit d6eca94

Please sign in to comment.