Skip to content
Snippets Groups Projects
Commit 82c2d143 authored by Mauricio Giacomini Girardello's avatar Mauricio Giacomini Girardello
Browse files

adding database migration procedure to readme

parent 1c7ec265
No related branches found
No related tags found
No related merge requests found
......@@ -9,12 +9,15 @@
* Postgres
* OrientDB
## Database
## Setup
To setup the rails app, will be needed run active record migrations,
orient db migrations and populate active record database:
* ``` rake db:migrate ```
* ``` rake db:seed ```
* ``` rake orientdb:migrate ```
## Definitions
Some definitions and vocabulary of project domain model.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment