README.md in iqvoc-4.0.0 vs README.md in iqvoc-4.0.1

- old
+ new

@@ -46,9 +46,12 @@ For now iQvoc only supports the standard Bamboo stack. Cedar is not supported as we have `sqlite3` as a dependency in the Gemfile and Cedar does not support a custom `BUNDLE_WITHOUT` config like Bamboo at the moment. ### Custom +We recommend running [iQvoc as a Rails engine](https://github.com/innoq/iqvoc/wiki/iQvoc-as-a-Rails-Engine). +Running the cloned source code is possible but any modifications would require a fork. + 1. Configure your database via `config/database.template.yml`. Don't forget to rename it to `database.yml` 2. Run `bundle install` 3. Run `bundle exec rake db:create` to create the database 4. Create the necessary tables by running `rake db:migrate` 5. Load some base data by running `rake db:seed`