You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 12, 2020. It is now read-only.
I ran into a few errors but it was a matter of setting proper options in /config.
I then run my app with:
rails server -e production
My question is that most of the images (posts featured images and user avatars) are now linked to S3. I was wondering how do I properly configure this AND do I need to run a special command to copy all images to the S3 server?
I should have some improvements to contribute soon. Thanks!
The text was updated successfully, but these errors were encountered:
Excuse me guys I have limited experience with RoR so this will be basic stuff.
I finally managed to get Stories running in production mode with:
RAILS_ENV=production bundle exec rake assets:precompile
I ran into a few errors but it was a matter of setting proper options in /config.
I then run my app with:
rails server -e production
My question is that most of the images (posts featured images and user avatars) are now linked to S3. I was wondering how do I properly configure this AND do I need to run a special command to copy all images to the S3 server?
I should have some improvements to contribute soon. Thanks!
The text was updated successfully, but these errors were encountered: