I have installed from source.
Trying to troubleshoot images not being visible I noticed I am missing the public/system/ folder.
Apparently, the system folder is where Mastodon uploaded images.
Any reason why this folder would not have been created?
Is there a way to recreate / repair an instance?
Can someone please shoot me directory structure so I can check if there are other missing folders?
Appreciate the help.
saper
#2
How did you unpack mastodon source in your directory?
I followed this guide by Mastodon: Installing from source - Mastodon documentation
su - mastodon
git clone https://github.com/tootsuite/mastodon.git live && cd live
git checkout $(git tag -l | grep -v 'rc[0-9]*$' | sort -V | tail -n 1)
bundle config deployment 'true'
bundle config without 'development test'
bundle install -j$(getconf _NPROCESSORS_ONLN)
yarn install --pure-lockfile
RAILS_ENV=production bundle exec rake mastodon:setup
system
closed
#4
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.