Skip to content

Commit 0b64ab3

Browse files
alexjustesengitbook-bot
authored andcommitted
GITBOOK-89: change request with no subject merged in GitBook
1 parent 48f3d62 commit 0b64ab3

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

other/commands.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ description: >-
66

77
# Commands
88

9-
Commands are intended to be run from within the CLI of the container and from the application's root directory.
10-
11-
* In my build the root directory is located at: `/var/www/html`
12-
* In LinuxServer's build the root directory is located at: `/app/www`
9+
Commands are intended to be run from within the CLI of the container and from the application's root directory. The application directory is located at: `/app/www`
1310

1411
When using the commands below they should be prefixed with `php artisan`, so the `about` command will look like `php artisan about`.
1512

@@ -23,10 +20,10 @@ Core commands exist at the framework level and might be extended to provide addi
2320

2421
Application commands are built to extend Speedtest Tracker's functionality from the CLI.
2522

26-
<table><thead><tr><th width="261">Command</th><th>Description</th></tr></thead><tbody><tr><td><code>app:install</code></td><td>Installs a fresh version of Speedtest Tracker. If you have an existing install <em><strong>this will delete all data</strong></em>.</td></tr><tr><td><code>app:reset-user-password</code></td><td>Can be used to reset a user's password.</td></tr><tr><td><code>app:update-user-role</code></td><td>Can be used to change a user's role.</td></tr></tbody></table>
23+
<table><thead><tr><th width="261">Command</th><th>Description</th></tr></thead><tbody><tr><td><code>app:install</code></td><td>Installs a fresh version of Speedtest Tracker. If you have an existing install <em><strong>this will delete all data</strong></em>.</td></tr><tr><td><code>app:ookla-list-servers</code></td><td>Get a list of local Ookla speedtest servers.</td></tr><tr><td><code>app:user-change-role</code></td><td>Change the role for a user.</td></tr><tr><td><code>app:user-reset-password</code></td><td>Change the password for a user.</td></tr><tr><td><code>app:version</code></td><td>Sends a notification to the admin users when Speedtest Tracker is outdated.</td></tr></tbody></table>
2724

2825
### Maintenance commands
2926

3027
Maintenance commands help fix issues that might crop up over time.
3128

32-
<table><thead><tr><th width="261">Command</th><th>Description</th></tr></thead><tbody><tr><td><code>app:fix-result-statuses</code></td><td>Reviews the data payload of each result and corrects the status attribute based on Ookla's CLI response.</td></tr><tr><td><code>app:update-general-settings</code></td><td>Use to update General Settings from the CLI in case of an application error on that page.</td></tr></tbody></table>
29+
<table><thead><tr><th width="261">Command</th><th>Description</th></tr></thead><tbody><tr><td><code>app:result-fix-statuses</code></td><td>Reviews the data payload of each result and corrects the status attribute.</td></tr></tbody></table>

0 commit comments

Comments
 (0)