mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-11 03:39:13 +00:00
Update 'docs/docs/installation/migrating_to_akkoma.md'
I ran into an issue after migrating, admin-fe wouldn't function properly. Ran the above command for my build, and got that functionality back.
This commit is contained in:
parent
0ec3a11895
commit
273e51cb4a
1 changed files with 6 additions and 1 deletions
|
@ -60,13 +60,18 @@ your upgrade path here depends on your setup
|
||||||
|
|
||||||
### I just run with the built-in frontend
|
### I just run with the built-in frontend
|
||||||
|
|
||||||
You'll need to run a single command,
|
You'll need to run a couple of commands,
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# From source
|
# From source
|
||||||
mix pleroma.frontend install pleroma-fe
|
mix pleroma.frontend install pleroma-fe
|
||||||
|
# you'll probably want this too
|
||||||
|
mix pleroma.frontend install admin-fe
|
||||||
|
|
||||||
# OTP
|
# OTP
|
||||||
./bin/pleroma_ctl frontend install pleroma-fe
|
./bin/pleroma_ctl frontend install pleroma-fe
|
||||||
|
# you'll probably want this too
|
||||||
|
./bin/pleroma_ctl frontend install admin-fe
|
||||||
```
|
```
|
||||||
|
|
||||||
### I've run the mix task to install a frontend
|
### I've run the mix task to install a frontend
|
||||||
|
|
Loading…
Reference in a new issue