From 0a8a6bda1d19e2705b26ca169d1c24af81aa0c9c Mon Sep 17 00:00:00 2001 From: silversword411 Date: Thu, 26 May 2022 13:49:17 -0400 Subject: [PATCH] docs - typo fix and adjusting powershell for mkdocs dev --- docs/docs/install/index.md | 2 +- docs/{startdevmkdocs.ps1 => startdevmkdocsonwindows.ps1} | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) rename docs/{startdevmkdocs.ps1 => startdevmkdocsonwindows.ps1} (88%) diff --git a/docs/docs/install/index.md b/docs/docs/install/index.md index 33559756..34a428bf 100644 --- a/docs/docs/install/index.md +++ b/docs/docs/install/index.md @@ -21,6 +21,6 @@ You can run the MeshCentral Server with --help to get options for background ins ## Configuration -Once you get MeshCentral installed, the first user account that is created will be the server administrator. So, don't delay and navigate to the login page and create a new account. You can then start using your server right away. A lot of the fun with MeshCentral is the 100's of configuration options that are available in the config.json file. You can put your own branding on the web pages, setup a STMP email server, SMS services and much more. +Once you get MeshCentral installed, the first user account that is created will be the server administrator. So, don't delay and navigate to the login page and create a new account. You can then start using your server right away. A lot of the fun with MeshCentral is the 100's of configuration options that are available in the config.json file. You can put your own branding on the web pages, setup a SMTP email server, SMS services and much more. You can look [here for simple config.json](https://raw.githubusercontent.com/Ylianst/MeshCentral/master/sample-config.json), [here for a more advanced configuration](https://raw.githubusercontent.com/Ylianst/MeshCentral/master/sample-config-advanced.json) and [here for all possible configuration options](https://raw.githubusercontent.com/Ylianst/MeshCentral/master/meshcentral-config-schema.json). You can also take a look at the [MeshCentral User's Guide](https://meshcentral.com/info/docs/MeshCentral2InstallGuide.pdf) and [tutorial videos](https://meshcentral.com/info/tutorials.html) for additional help. diff --git a/docs/startdevmkdocs.ps1 b/docs/startdevmkdocsonwindows.ps1 similarity index 88% rename from docs/startdevmkdocs.ps1 rename to docs/startdevmkdocsonwindows.ps1 index 47967651..7957c8fd 100644 --- a/docs/startdevmkdocs.ps1 +++ b/docs/startdevmkdocsonwindows.ps1 @@ -1,5 +1,6 @@ # This is for running mkdocs locally on windows only. # Make sure you change directory to your docs folder before starting this process +# Use the "Run Selection" in VSCode to run the code blocks as-needed #Activate python python -m venv env