--import -
curl -sSL https://rvm.io/pkuczynski.asc | gpg2 --import -
curl -sSL https://get.rvm.io | bash -s stable
source /home/sites/example.com/.rvm/scripts/rvm
rvm install ruby-2.6.6
rvm use ruby-2.6.6
wget https://www.redmine.org/attachments/download/28862/redmine-4.2.4.tar.gz -P tmp/
tar -xzf tmp/redmine-4.2.4.tar.gz -C redmine/ --strip-components=1
cd redmine
bundle install --without development test --path vendor/bundle
bundle exec rake generate_secret_token
RAILS_ENV=production REDMINE_LANG=en bundle exec rake db:migrate
RAILS_ENV=production REDMINE_LANG=en bundle exec rake redmine:load_default_data
При запуске
bundle exec unicorn -c config/unicorn.rb -E production
получаю:
You have requested:
globalid ~> 0.4.2
The bundle currently has globalid locked at 1.0.0.
Try running bundle update globalid
If you are updating multiple gems in your Gemfile at once,
try passing them all to bundle update
Run bundle install to install missing gems.
Предложенные
bundle update globalid
bundle install
ситуацию не исправляют
Может кто-то сталкивался с подобным?
а я вот за curl|bash убиваю путём подвеивания а яйца на крюки
Контейнер не?
Кажись тут рубисты должны шарить за свои пакетные менеджеры и зависимости, сходить лучше к ним https://t.me/rubyschool
Обсуждают сегодня