From f7499ea70a782de8775a074910af1ecc319cc2b0 Mon Sep 17 00:00:00 2001 From: Mattias Bodlund Date: Sun, 27 Apr 2025 16:58:15 +0200 Subject: [PATCH] na --- Gemfile | 2 ++ README DB.txt | 4 ++-- README.txt | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 4c7ef53..b4cb5d7 100644 --- a/Gemfile +++ b/Gemfile @@ -37,6 +37,8 @@ gem 'date_validator' gem 'premailer-rails' gem 'dkim' + + # Use Kredis to get higher-level data types in Redis [https://github.com/rails/kredis] # gem "kredis" diff --git a/README DB.txt b/README DB.txt index 87c26a4..7801a4e 100644 --- a/README DB.txt +++ b/README DB.txt @@ -9,8 +9,8 @@ pg_restore -Fc --create --dbname=ikea_foundtation_week_2025 --username=mattias d 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 diff --git a/README.txt b/README.txt index 24886c3..022a33a 100644 --- a/README.txt +++ b/README.txt @@ -4,9 +4,9 @@ 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 +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