1
mirror of https://github.com/jakejarvis/mastodon-installer.git synced 2025-04-28 05:10:29 -04:00
2022-11-24 10:45:40 -05:00
2022-11-20 19:26:05 -05:00
2022-11-24 09:32:09 -05:00

🦣 Mastodon installer (unofficial)

⚠️ This is beyond experimental and may need some manual intervention from you. Let me know about any problems you run into!

Escape the Space Karen

Be your own hall monitor and host your own Mastodon server on the fediverse!

Requirements

  • Ubuntu 20.04 LTS
  • A domain name (or subdomain) already pointing to your server's IP

Usage

Running the script

If you trust me (which you shouldn't, please don't trust random people on the internet!) this will download and run the installer automatically:

# with curl
curl -fsSL https://github.com/jakejarvis/mastodon-installer/raw/HEAD/install.sh | bash

# alternatively, with wget
wget -q https://github.com/jakejarvis/mastodon-installer/raw/HEAD/install.sh -O- | bash

Or, clone this repository and make sure the installer is executable before running:

git clone https://github.com/jakejarvis/mastodon-installer.git && cd mastodon-installer
chmod +x install.sh
./install.sh

What's next?

Software installed

  • Mastodon, of course
  • Nginx
  • PostgreSQL
  • Redis
  • Node + Yarn
  • Ruby
  • Certbot

License

MIT

Description
🦣 Mastodon auto-installer for self-hosted instances
Readme MIT 51 KiB
Languages
Shell 100%