updated ubuntu install manual - hint to change mysql user, pass & host

This commit is contained in:
André Bauer 2016-10-21 15:35:54 +02:00
parent a4bc26cc48
commit c74ffb195b

View file

@ -32,6 +32,7 @@
* bundle install --without test development postgres * bundle install --without test development postgres
* cp config/database.yml.dist config/database.yml * cp config/database.yml.dist config/database.yml
* vi config/database.yml * vi config/database.yml
* insert mysql user, pass & host
* rake db:create * rake db:create
* rake db:migrate * rake db:migrate
* rake db:seed * rake db:seed