forked from AkkomaGang/akkoma
dfae0050af
I understand that this change is quite unreadable and hard to review, sorry for forgetting to do atomic commits. This patch does not change too much content wise, it just * Gets everything from gitlab wiki * Removes some specific gitlab hacks * Formats all documentation file names to be in snake case so they look the same way as our code does
447 B
447 B
Updating your instance
- Stop the Pleroma service.
- Go to the working directory of Pleroma (default is
/opt/pleroma
) - Run
git pull
. This pulls the latest changes from upstream. - Run
mix deps.get
. This pulls in any new dependencies. - Run
mix ecto.migrate
1. This task performs database migrations, if there were any. - Restart the Pleroma service.
-
Prefix with
MIX_ENV=prod
to run it using the production config file. ↩︎