README: no global bundle either

This commit is contained in:
Kiara Grouwstra 2023-02-19 08:24:31 +01:00
parent 5db55b7fc0
commit ed01b4709a
Signed by: kiara
GPG Key ID: 47D3B7604FFCA83A
1 changed files with 5 additions and 5 deletions

View File

@ -24,10 +24,10 @@ PUMA=`gem wrappers show pumactl`
cp config/application.yml.bck config/application.yml.bck
# edit the above file to enter proper values
bundle config set --local path 'vendor'
bundle update
bundle install
bundle binstubs --all
./bin/bundle config set --local path 'vendor'
./bin/bundle update
./bin/bundle install
./bin/bundle binstubs --all
./bin/rails app:update:bin
./bin/rails credentials:edit
# either restore existing data
@ -40,7 +40,7 @@ sudo apt-get update && sudo apt-get install yarn
RAILS_ENV=production ./bin/rails assets:precompile
./bin/rails webpacker:install
# run tests
bin/rake test
./bin/rake test
# create service
sudo bash -c "cat > /etc/systemd/system/ingang.service" << EOF