From ab9f3a503da8c8c9be81756a8e16eb6355908ec3 Mon Sep 17 00:00:00 2001 From: harker-c <144532364+harker-c@users.noreply.github.com> Date: Tue, 13 Feb 2024 15:59:57 +0100 Subject: [PATCH] Update useful-commands.md Minor fixes --- src/content/docs/application/useful-commands.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/content/docs/application/useful-commands.md b/src/content/docs/application/useful-commands.md index 70f4db9..5bf55b8 100644 --- a/src/content/docs/application/useful-commands.md +++ b/src/content/docs/application/useful-commands.md @@ -1,6 +1,6 @@ --- title: Useful Commands -description: This page will show you some useful commands about your application. +description: This page will show you some useful commands for handling your application. --- There is something to note about the generated configuration. If you scroll to the `run` section of your configuration, you will see a list of `commands`. These are commands you can run. @@ -13,7 +13,7 @@ This guide assumes you've already [added your cluster](/docs/infrastructure/acce Make sure you run `lxc remote list` and check if you have the right cluster selected. ::: -## Jumping into the Container +## Jumping into the container Applications are provisioned inside LXD containers. You can jump into the container in the following way: @@ -41,7 +41,7 @@ rc-service app-name restart ## Migrations -If you use frameworks like Ruby on Rails or Phoenix you may have to work with migrations. They can be run in the following way. +If you use frameworks like Ruby on Rails or Phoenix, you may have to work with migrations. They can be run in the following way. ```bash rc-service app-name migrate @@ -57,7 +57,7 @@ rc-service app-name logs ## Console -If your application has console access you can use the following command. +If your application has console access, you can use the following command. ```bash rc-service app-name console @@ -69,4 +69,4 @@ If you wish to execute commands you can do so using the following: ```bash lxc exec container-name --project project.name -- rc-service app-name [command] -``` \ No newline at end of file +```