Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Mastodon
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
libre.sh
compose
Mastodon
Commits
aee53276
Commit
aee53276
authored
1 year ago
by
jon r
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
21be76f4
Branches
fix/env
No related tags found
1 merge request
!1
Update .env.production.sample
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+8
-0
8 additions, 0 deletions
README.md
with
8 additions
and
0 deletions
README.md
+
8
−
0
View file @
aee53276
# 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment