зеркало из
https://github.com/rs-pro/activeadmin-quill_editor.git
synced 2026-09-03 02:06:17 +03:00
9 строки
257 B
Bash
9 строки
257 B
Bash
echo "> Install dependencies"
|
|
rm -f Gemfile.lock && bundle install
|
|
|
|
echo "> Run pending migrations"
|
|
cd spec/dummy && bundle exec rails db:migrate
|
|
|
|
echo "> Start Rails server"
|
|
cd /app && rm -f spec/dummy/tmp/pids/server.pid && bundle exec rails s -b 0.0.0.0
|