Update 'docs/docs/installation/migrating_to_akkoma.md'
authorShariVegas <sharivegas@tuta.io>
Fri, 5 Aug 2022 16:30:33 +0000 (16:30 +0000)
committerShariVegas <sharivegas@tuta.io>
Fri, 5 Aug 2022 16:30:33 +0000 (16:30 +0000)
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.

docs/docs/installation/migrating_to_akkoma.md

index 3947914ab1ee6ca9106f212bc2208c0083b64b04..74b87e318d07e4c4d47175b05e1f106e3319c64d 100644 (file)
@@ -60,13 +60,18 @@ your upgrade path here depends on your setup
 
 ### 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
 # From source
 mix pleroma.frontend install pleroma-fe
+# you'll probably want this too
+mix pleroma.frontend install admin-fe
+
 # OTP
 ./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