Skip to content

Commit dfc7b04

Browse files
Minor SEO and content changes
1 parent c42ab0e commit dfc7b04

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/apps/deploying_a_rails_app_with_your_own_database.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
page_title: Deploying a Rails app with your own database
22
page_author:
3-
page_description: Deploying a Rails app with your own database
4-
page_keywords:
3+
page_description: Want to deploy a Ruby on Rails app with your own database, such as MySQL or Mongo DB? Read this article to findout how.
4+
page_keywords: database mongo mysql byodb
55

66
## Deploying a Rails app with your own database
77

8-
Out of the box, Ninefold enables you to implement a database server with PostgreSQL installed. Want to bring your own database? Read on! The following is our recommendation on how to implement BYOD.
8+
Out of the box, Ninefold enables you to implement a database server with PostgreSQL installed. Want to bring your own database such as MySQL or MongoDB? Read on! The following is our recommendation on how to implement BYODB.
99

10-
Before you deploy, we recommend you read the entire article so you deploy with all of the current settings. There is a quiz at the end of the article!
10+
Before you deploy, we recommend you __read the entire article__ so you deploy with all of the current settings. There is a quiz at the end of the article!
1111

1212
#### Infrastructure
13-
If your want your DB hosted on Ninefold and its not PostgreSQL, Please ensure you deploy this as a bare virtual server before deploying your app ensuring you tick the 'Enable NinefoldNet' box to ensure it is provisioned on the same private network as your app.
13+
If you want your DB hosted on Ninefold and its not PostgreSQL, Please ensure you deploy this as a bare virtual server before deploying your app ensuring you tick the 'Enable NinefoldNet' box to ensure it is provisioned on the same private network as your app.
1414

1515
#### Gemfile
1616

@@ -38,13 +38,13 @@ For a ‘production’ environment:
3838

3939
Your file can include encoding, if you like.
4040

41-
#### Deploying an app with BYOD
41+
#### Deploying an app with BYODB
4242

4343
In the deployment wizard, just select No to the question of __Want a new PostgreSQL database built?__.
4444

4545
#### Environmental variables
4646

47-
In the dashbaord, we have the environment variables section (under the configuration tab) or in step 3 of the deployment wizard, we will ask for your variables. You will want to include the following configured line for your database:
47+
In the dashboard, we have the environment variables section (under the configuration tab) or in step 3 of the deployment wizard, we will ask for your variables. You will want to include the following configured line for your database:
4848

4949
DATABASE_URL=mysql2://username:password@location:port/your_db_name
5050

0 commit comments

Comments
 (0)