Home
Softono

Mastodon Installer

Open source MIT Shell
13
Stars
2
Forks
4
Issues
4
Watchers
3 years
Last Commit

 About Mastodon Installer

🦣 Mastodon auto-installer for self-hosted instances

Platforms

Web Self-hosted Linux

Languages

Shell

Links

Need Help Installing Mastodon Installer?

We provide expert installation service for this software. Our team will install, configure, and secure Mastodon Installer on your server. plans start at just $30.

Mastodon Installer

View on GitHub

🦣 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 (support for 22.04 is in the works!)
  • A server or VPS (in the cloud, on your Raspberry Pi, anywhere!) with at least 2 GB of memory
  • A domain name (or subdomain) already pointing to this server's public IP address

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