Mattias Bodlund 7 months ago
parent
commit
f7499ea70a
3 changed files with 6 additions and 4 deletions
  1. +2
    -0
      Gemfile
  2. +2
    -2
      README DB.txt
  3. +2
    -2
      README.txt

+ 2
- 0
Gemfile View File

@ -37,6 +37,8 @@ gem 'date_validator'
gem 'premailer-rails' gem 'premailer-rails'
gem 'dkim' gem 'dkim'
# Use Kredis to get higher-level data types in Redis [https://github.com/rails/kredis] # Use Kredis to get higher-level data types in Redis [https://github.com/rails/kredis]
# gem "kredis" # gem "kredis"


+ 2
- 2
README DB.txt View File

@ -9,8 +9,8 @@ pg_restore -Fc --create --dbname=ikea_foundtation_week_2025 --username=mattias d
DB DB
------------------- -------------------
sudo -u postgres createuser --interactive ikea_foundation
sudo -u postgres createdb -O ikea_foundation ikea_foundtation_week_2025
sudo -u postgres createuser --interactive ikea_foundation_2025
sudo -u postgres createdb -O ikea_foundation_2025 ikea_foundtation_week_2025
dropdb -U ikea_foundation ikea_foundtation_week_2025 dropdb -U ikea_foundation ikea_foundtation_week_2025


+ 2
- 2
README.txt View File

@ -4,9 +4,9 @@ RAILS_ENV=production bundle exec rake assets:precompile
RAILS_ENV=production bundle exec rake assets:clean RAILS_ENV=production bundle exec rake assets:clean
git clone https://git.oncotype.dk/ikea_foundation/week_2024.git
git clone https://git.oncotype.dk/ikea-foundation/week_2024.git week_2025
rails new --skip-docker --skip-action-mailbox --skip-action-text --skip-action-cable --database=postgresql week_2024
rails new --skip-docker --skip-action-mailbox --skip-action-text --skip-action-cable --database=postgresql week_2025
Credentials Credentials


Loading…
Cancel
Save