Minor spelling fixes
This commit is contained in:
@@ -38,11 +38,10 @@ make
|
|||||||
```sh
|
```sh
|
||||||
make install
|
make install
|
||||||
```
|
```
|
||||||
This command requires root privileges
|
This command requires root privileges.
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
LMS uses a configuration file, installed in '/etc/lms.conf'
|
LMS uses a configuration file, installed in '/etc/lms.conf'. It is recommended to edit this file and change the relevant settings (working directory, listen port, etc.)
|
||||||
It is recommended to edit this file and change the relevant settings (working directory, listen port, etc.)
|
|
||||||
|
|
||||||
All other settings are set using the web interface.
|
All other settings are set using the web interface.
|
||||||
|
|
||||||
@@ -81,7 +80,7 @@ server {
|
|||||||
```sh
|
```sh
|
||||||
lms [config_file]
|
lms [config_file]
|
||||||
```
|
```
|
||||||
Logs are output in the working directory, in the file 'lms.log'
|
Logs are output in the working directory, in the file 'lms.log'.
|
||||||
|
|
||||||
To connect to LMS, just open your favorite browser and go to http://localhost:5082
|
To connect to LMS, just open your favorite browser and go to http://localhost:5082
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user