Skip to content

Commit 22bf0cb

Browse files
author
Magda Sulik
committed
editorial review
1 parent c1a0989 commit 22bf0cb

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

docs/marketplace-docs/guides/rocketchat/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ keywords: ['rocketchat','chat','slack','communication']
77
tags: ["marketplace", "linode platform", "cloud manager"]
88
external_resources:
99
- '[Rocket.Chat](https://rocket.chat/)'
10+
- '[Rocket.Chat documentation](https://docs.rocket.chat/guides/user-guides)'
1011
aliases: ['/products/tools/marketplace/guides/rocketchat/','/guides/deploying-rocketchat-marketplace-app/','/guides/rocketchat-marketplace-app/']
1112
authors: ["Akamai"]
1213
contributors: ["Akamai"]
@@ -66,8 +67,8 @@ This returns passwords that were automatically generated when the instance was d
6667

6768
1. Open a browser and navigate to the domain you created in the beginning of your deployment. You can also use your Compute Instance's rDNS, which will appear like `203-0-113-0.ip.linodeusercontent.com`. See the [Managing IP Addresses](/docs/products/compute/compute-instances/guides/manage-ip-addresses/) guide for information on viewing and setting the rDNS value.
6869
69-
1. From there, Rocket.Chat prompts you to enter your credentials which can be found in the credentials file on the server.
70+
1. Enter your credentials which can be found in the credentials file on the server.
7071
71-
Now that you’ve accessed your Rocket.Chat instance, check out [the official Rocket.Chat documentation](https://docs.rocket.chat/guides/user-guides) to learn how to further use your Rocket.Chat instance.
72+
Now that you’ve accessed your Rocket.Chat instance, check out [the official Rocket.Chat documentation](https://docs.rocket.chat/guides/user-guides) to learn how to use the instance.
7273
7374
{{% content "marketplace-update-note-shortguide" %}}

docs/marketplace-docs/guides/ruby-on-rails/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ marketplace_app_name: "Ruby on Rails"
3737

3838
### Ruby on Rails Options
3939

40-
- **Rails Application name** *(required)*: The name for your rails application.
40+
- **Rails Application name** *(required)*: Enter the name for your rails application.
4141
- **Email address** *(required)*: Enter the email address to use for generating the SSL certificates.
4242

4343
{{% content "marketplace-required-limited-user-fields-shortguide" %}}
@@ -72,11 +72,11 @@ The Ruby on Rails Marketplace App is running [Nginx](https://www.nginx.com/), [R
7272
7373
### Accessing the Ruby on Rails App through the Command Line
7474
75-
The Ruby on Rails sample application can be found within `/var/www/$APPNAME` directory.
75+
The Ruby on Rails sample application can be found in the `/var/www/$APPNAME` directory.
7676
7777
1. Log in to your Compute Instance via [SSH](/docs/guides/connect-to-server-over-ssh/) or [Lish](/docs/products/compute/compute-instances/guides/lish/).
7878
79-
1. Navigate to the directory in which the application is stored:
79+
1. Go to the directory in which the application is stored, by running the following command:
8080
8181
cd /var/www/$APPNAME
8282

0 commit comments

Comments
 (0)