i spend now mostly the whole day trying to get Sharetribe running using docker-compose without luck. I’m wondering if there is anybody to successfully deployed it as part of stack where the the mysql service was also a container.
Would be great if someone could share her/his thoughts and experience regarding Sharetribe and Docker
after following the instructions linked above, I modified the gemfile (under apps folder)
adding the line gem 'mimemagic', github: 'mimemagicrb/mimemagic', ref: '01f92d86d15d85cfd0f20dabd025dcbd36a8a60f'
Then I had to, for whatever reason, manually delete the /opt/app/app/assets/webpack folder and recreate it with permissions it was complaining about. I’m on OSX.
then I ran the scripts (Steps 5 & 6) in the link and things worked.
I’m not exactly sure what happened but for the record, there has been a little bit of drama with the mimemagic gem as it got updated, then removed entirely as it was corrupted. Because of that, it indeed required some special attention and it seems the mimemagic team has fixed things for good.