mirror of
				https://github.com/Ylianst/MeshCentral.git
				synced 2025-03-09 15:40:18 +00:00 
			
		
		
		
	Merge pull request #4043 from silversword411/master
docs - typo fix and adjusting powershell for mkdocs dev
This commit is contained in:
		
						commit
						1983a2de07
					
				
					 2 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -21,6 +21,6 @@ You can run the MeshCentral Server with --help to get options for background ins
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Configuration
 | 
					## 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.
 | 
					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.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,5 +1,6 @@
 | 
				
			||||||
# This is for running mkdocs locally on windows only. 
 | 
					# This is for running mkdocs locally on windows only. 
 | 
				
			||||||
# Make sure you change directory to your docs folder before starting this process
 | 
					# 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
 | 
					#Activate python
 | 
				
			||||||
python -m venv env
 | 
					python -m venv env
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue