Files
openproject/docker/dev/backend/scripts/setup
T
Dombi Attila 0ecc2614af Fix missing 18n export (#13256)
* Replace the i18n:js:export task with assets:export_locales

* Update the package-lock.json to fix bin/setup_dev errors
2023-07-26 16:45:21 +02:00

12 lines
243 B
Bash
Executable File

#!/bin/sh
set -e
export MAKE="make --jobs $(nproc)"
bundle install --jobs $(nproc)
bundle exec rake db:create db:migrate
bundle exec rake db:seed
bundle exec rake openproject:plugins:register_frontend
bundle exec rake assets:export_locales