You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Mattias Bodlund 1957dcfeee 2025 11 months ago
app 2025 11 months ago
bin 2025 11 months ago
config 2025 11 months ago
db 2025 11 months ago
lib IKEA Foundaton Week 2024 1 year ago
log IKEA Foundaton Week 2024 1 year ago
public 2025 11 months ago
storage IKEA Foundaton Week 2024 1 year ago
test na 1 year ago
tmp IKEA Foundaton Week 2024 1 year ago
vendor 2025 11 months ago
.DS_Store 2025 11 months ago
.gitattributes IKEA Foundaton Week 2024 1 year ago
.gitignore na 1 year ago
.tool-versions 2025 11 months ago
Gemfile 2025 11 months ago
Gemfile.lock 2025 11 months ago
README DB.txt 2025 11 months ago
README Sidekiq.txt na 1 year ago
README.txt 2025 11 months ago
Rakefile IKEA Foundaton Week 2024 1 year ago
config.ru IKEA Foundaton Week 2024 1 year ago
restart.sh IKEA Foundaton Week 2024 1 year ago

README.txt

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_2025/public -d ikea-foundation-week-2025.onc.dk


Gem
-------------------
bundle config set --local without 'development test'