@darius Hi! Thanks so much for the amazing work you've done here. I've tried the install three times and failed every time. For my original install I followed this guide exactly except I used a different domain provider n00q.net/articles/guide-mastod

I was able to upgrade Ruby, but couldn't find anything about upgrading Node or PostgreSQL.

When running the first command, git remote update && git checkout v4.2.10+hometown-1.1.1 in the live directory, it ends up aborted because:
"error: Your local changes to the following files would be overwritten by checkout:
yarn.lock
Please commit your changes or stash them before you switch branches."

Any ideas what I've missed here? Thank you.

1
Share
Share on Mastodon
Share on Twitter
Share on Facebook
Share on Linkedin
Darius Kazemi

@kostyn type "git stash", which will get rid of the stray file, and then run the git update and checkout again. That error you saw would definitely mess things up!

1
5mo
Replies