Added installation guides for redhat linux distributions, includes OTP build guide for fedora. #122
No reviewers
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#122
Loading…
Reference in a new issue
No description provided.
Delete branch "fristi/akkoma:develop"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I've added some guides for installing akkoma on redhat distributions (mainly fedora 36) for both from-source installations and OTP. The OTP guide also includes build instructions to build one that's compatible with fedora and other redhat distros.
Please note that I have not yet double-checked the certbot instructions, considering I use caddy as a reverse proxy which takes care of ssl certificates itself.
Looks pretty accurate, except for one thing
@ -0,0 +148,4 @@
```shell
sudo cp /opt/akkoma/installation/nginx/akkoma.nginx /etc/nginx/sites-available/akkoma.nginx
sudo ln -s /etc/nginx/sites-available/akkoma.nginx /etc/nginx/sites-enabled/akkoma.nginx
AFAIK Fedora and RHEL (+ derivatives) don't have a
sites-available
directory in/etc/nginx
, instead using aconf.d
directory (and I think all files have to end in.conf
)Thanks for noticing, I'll update it tonight when I'm back from work. This should already be correct in the OTP build guide, the from-source guide is actually like 90% a copy-paste of the debian guide and I probably skipped over this little bit.
nvm I saw I could just edit it right away in gitea, I fixed the line to match how it is in the redhat otp guide.
wonderful, thanks a lot~
those all read just fine