Documentation issue #480

Closed
opened 2023-02-20 18:27:09 +00:00 by mwadmin · 2 comments

The order of steps here is wrong:
https://docs.akkoma.dev/stable/administration/updating/

It says:
/# Update Pleroma-FE frontend to latest stable. For other Frontends see Frontend Configration doc for more information.
./bin/pleroma_ctl frontend install pleroma-fe --ref stable

/# Start akkoma
./bin/pleroma daemon # or using the system service manager (e.g. systemctl start akkoma)

But Akkoma should first be started or else installing the frontend will fail.

The order of steps here is wrong: https://docs.akkoma.dev/stable/administration/updating/ It says: /# Update Pleroma-FE frontend to latest stable. For other Frontends see Frontend Configration doc for more information. ./bin/pleroma_ctl frontend install pleroma-fe --ref stable /# Start akkoma ./bin/pleroma daemon # or using the system service manager (e.g. systemctl start akkoma) But Akkoma should first be started or else installing the frontend will fail.
Contributor

yep, that one's bitten me before too.

yep, that one's bitten me before too.

the PR fixing this is merged

the PR fixing this is merged
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: AkkomaGang/akkoma#480
No description provided.