Rails 5.2
This commit is contained in:
parent
4642eb6c54
commit
899a83bec4
14 changed files with 171 additions and 79 deletions
|
|
@ -36,6 +36,7 @@ RUN export DATABASE_URL=mysql2://localhost/temp?encoding=utf8 && \
|
|||
apt-get update && \
|
||||
apt-get install -y mariadb-server && \
|
||||
/etc/init.d/mysql start && \
|
||||
mariadb -e "CREATE DATABASE temp" && \
|
||||
cp config/app_config.yml.SAMPLE config/app_config.yml && \
|
||||
cp config/database.yml.MySQL_SAMPLE config/database.yml && \
|
||||
bundle exec rake db:setup assets:precompile && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue