• Pxtl@lemmy.ca
    link
    fedilink
    English
    arrow-up
    8
    arrow-down
    11
    ·
    11 months ago

    Have you looked into the process of actually spinning up your own Mastodon instance? It’s not exactly the good old days of throwing together a LAMP box and installing PHPBB on it.

    • Zak@lemmy.world
      link
      fedilink
      English
      arrow-up
      7
      arrow-down
      1
      ·
      11 months ago

      I’ve done it and it’s not a whole lot harder than that. The additional steps are:

      • Install dependencies - exact commands are provided in the instructions for Debian-based systems
      • Create a more complex web server configuration file - for which a template is provided
      • Set up systemd services to start it at boot - templates are provided

      It is harder than managed hosting where you might only need to create a database user in a web control panel and upload files for PHPBB, but there’s managed hosting available for Mastodon.

      • Pxtl@lemmy.ca
        link
        fedilink
        English
        arrow-up
        2
        arrow-down
        2
        ·
        11 months ago

        Doesn’t it require a whole mess of Docker instances and some kind of orchestrator to host? Or is it easier to stand up on a single server now? I haven’t looked into it in a year or so.

        • Zak@lemmy.world
          link
          fedilink
          English
          arrow-up
          7
          ·
          11 months ago

          It does not. I set mine up more than a year ago and followed these instructions.

          People already familiar with Ruby on Rails will not find any surprises there; Mastodon’s hosting requirements are typical of a Rails app.