Skip to content
Snippets Groups Projects
Commit aee53276 authored by jon r's avatar jon r
Browse files

Update README.md

parent 21be76f4
Branches fix/env
No related tags found
1 merge request!1Update .env.production.sample
# mastodon # mastodon
Mastodon application for libre.sh Mastodon application for libre.sh
## Copy configuration
cp .env.production.sample .env.production
## Generate secrets ## Generate secrets
Do this three times:
docker compose run --rm app bundle exec rake secret docker compose run --rm app bundle exec rake secret
Fill the generated keys into the blank secrets in `.env.production`.
## Migrate database ## Migrate database
docker compose run --rm app bundle exec rake db:migrate docker compose run --rm app bundle exec rake db:migrate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment