
What is Ruby on Rails?
Rails is a web framework developed based on the Ruby language. It is well-received by startups around the world. With its perfect functions and ease of use it is a favorite of full stack engineers.
21YunBox provides a very simple Rails project deployment method like Heroku. You can deploy on the 21YunBox by using the Ruby runtime environment.
How to Deploy Ruby on Rails Apps with 21YunBox?
- Signup on 21YunBox
- Create a PostgreSQL database
- In Gitee Fork Rails 6 start template
- Create a Cloud Service on 21YunBox, and allow 21YunBox to access your code base
- Use the following values during creation
Environment
Ruby
Build command
Create an eryi_build.sh
file in the root directory of rails with the following content,
Then during the build process, execute:
./eryi_build.sh
# eryi_build.sh command executed
bundle install
bundle exec rake assets:precompile
bundle exec rake assets:clean
bundle exec rake db:migrate
Start command:
bundle exec puma -C config/puma.rb
Click Advanced Configuration to configure environment variables:
KEY | VALUE |
---|---|
RAILS_ENV | production |
PORT | 10000 , 21YunBox default reads port 10000 |
DATABASE_URL | In Cloud Database, click Database URL to get |
RAILS_SERVE_STATIC_FILES | true |
RAILS_MASTER_KEY | Generated by bin/rails credentials:edit |
In seconds, your rails service can be accessed at app_id.21cloudbox.com
.

Related Posts
- How to Deploy Laravel Apps in China? (2022 updated)
- How to Deploy Parse Dashboard in China? (A Step-by-Step Guide)
- How to Host WordPress in China?
- How to host Ghost Blog in China?
- How to Deploy Java Spring Apps in China? (A Step-by-Step Guide)
- How to Deploy Go Gin Apps in China? (A Step-by-Step Guide)
- How to Deploy Streamlit App in China? (A Step-by-Step Guide)
- How to Deploy Express Apps in China? (A Step-by-Step Guide)
- How to Deploy Django Apps in China? (A Step-by-Step Guide)
- How to Deploy Python Flask Apps in China? (A Step-by-Step Guide)
Recent Posts
-
15 Tips on How to Make a Website Load Faster
Mar 22, 2023
-
Baidu vs Google
Mar 21, 2023
-
Baidu Wangpan Guide
Mar 20, 2023
-
How To Create A Little Red Book Brand Account And Store?
Mar 14, 2023
-
How To Sell Products to China via WeChat?
Mar 9, 2023