Assets ------------------- RAILS_ENV=production bundle exec rake assets:precompile RAILS_ENV=production bundle exec rake assets:clean git clone https://git.oncotype.dk/ikea_foundation/week_2024.git rails new --skip-docker --skip-action-mailbox --skip-action-text --skip-action-cable --database=postgresql week_2024 Credentials ------------------- EDITOR=vi rails credentials:edit SSL ------------------- sudo certbot certonly --webroot -w /home/ikea_foundation/week_2024/public -d ikea-foundation-week-2024.onc.dk sudo certbot certonly --webroot -w /home/ikea_foundation/week_2024/public -d spotlinks.ikeafoundation.org Gem ------------------- bundle config set --local without 'development test'