Thank you for this guide — it was extremely straightforward and got my Mastodon instance up and running a lot quicker than expected! (I already had Docker and NPM set up, so it was just a matter of working through the rest.)
I did run into one hiccup while running the various commands, specifically the sudo docker compose run --rm web bundle exec rake secret command to create the entry for PAPERCLIP_SECRET. An error message was returned. After doing some quick searching online, a forum post about a similar error indicated that substituting rails in the place of rake would allow the command to run, which it did.
Thanks again!
Thank you for this guide — it was extremely straightforward and got my Mastodon instance up and running a lot quicker than expected! (I already had Docker and NPM set up, so it was just a matter of working through the rest.)
I did run into one hiccup while running the various commands, specifically the
sudo docker compose run --rm web bundle exec rake secretcommand to create the entry forPAPERCLIP_SECRET. An error message was returned. After doing some quick searching online, a forum post about a similar error indicated that substitutingrailsin the place ofrakewould allow the command to run, which it did.Thanks again!