Hi, any official documentation to deploy with ENV ...
# support
p
Hi, any official documentation to deploy with ENV Production?
I can deploy develop environment easily
But faced many issues while running Production deployment
k
Hello P! Where are you deploying your Rails app?
p
Yes, on Rails app ๐Ÿ™‚
k
Which service are you using to deploy?
p
I'm using Docker
I deploy following repo on Github
On the Github, it only shows us to deploy the sandbox environment
k
yo can follow any tutorial to deploy a normal Rails application with Docker, e.g.: https://vitalyliber.medium.com/deploying-a-rails-application-with-docker-837721bd169e
p
yes, how do we enable PRODUCTION env in Solidus?
The repo said:
Note: The master branch is not guaranteed to ever be in a fully functioning state. It is too risky to use this branch in production.
k
the repo is the development project of Solidus. itโ€™s not meant to be used in production. If you are trying to create a new app with Solidus installed, please follow the guide here: https://guides.solidus.io/getting-started/installing-solidus
p
Thanks, If I use the repo, any stable branch should I use? Please advise
This one? Its latest tag
k
if you follow the install guide, it will install the latest version of the Solidus gem from RubyGems, which is v4.1.0.
๐Ÿ™Œ 1
p
Thanks
I'm trying now
Any idea on such error, I faced many like this
I'm using 4.1.0 in My docker
I tried to
Copy code
config.assets.compile = true
in
./app/config/environments/production.rb
It looks these problems are similar
But I don't know how to fix it