diff --git a/README.md b/README.md index 5f8e64f..d2a2cec 100644 --- a/README.md +++ b/README.md @@ -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.