-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Various documenation fixes #271
base: develop
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||
---|---|---|---|---|---|---|---|---|
@@ -1,13 +1,16 @@ | ||||||||
## How to Run Papercut.Service | ||||||||
|
||||||||
- Option 1: | ||||||||
Run from the command line by entering: `Papercut.Service.exe` | ||||||||
- Option 2: Install as a service with the command `Install-Papercut-Service.bat` and the service will be installed. Enter `Papercut.Service.exe install --sudo` to immediately start the service. | ||||||||
Run directly by running `Papercut.Service.exe`. | ||||||||
- Option 2: Install as a service by enering `Papercut.Service.exe install --sudo` to immediately start the service (you can easily create a shortcut for it and/or save it as `Install-Papercut-Service.bat`). | ||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fix the typo in "entering". - Install as a service by enering `Papercut.Service.exe install --sudo`
+ Install as a service by entering `Papercut.Service.exe install --sudo` Committable suggestion
Suggested change
|
||||||||
|
||||||||
A listing of all command line options are avaliable by entering: `Papercut.Service.exe help` | ||||||||
A listing of all command line options are available by running `Papercut.Service.exe help`. | ||||||||
|
||||||||
## How to Configure Papercut.Service | ||||||||
|
||||||||
_Papercut.Service_ does not need manual configuration. When the service and the client (_Papercut.exe_) processes are run at the same time, they will automatically synchronize their configurations. For example, when the SMTP settings is modified in the Papercut UI options, the service will automatically update itself and save these changes. Rule changes work the same way. | ||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Grammar correction needed for subject-verb agreement. - For example, when the SMTP settings is modified in the Papercut UI options, the service will automatically update itself and save these changes.
+ For example, when the SMTP settings are modified in the Papercut UI options, the service will automatically update itself and save these changes. Committable suggestion
Suggested change
ToolsLanguageTool
|
||||||||
|
||||||||
If manual confiugration is needed, the configuration file for _Papercut.Service_ can be found in the same directory as the _Papercut.Service.exe_. `Papercut.Service.json` contains the configuration with comments outlining options. Note that any changes will require the service to be restarted to take effect. | ||||||||
If manual configuration is needed, the configuration file for _Papercut.Service_ can be found in the same directory as the _Papercut.Service.exe_. `Papercut.Service.Settings.json` contains the configuration with comments outlining options. Note that any changes will require the service to be restarted to take effect. | ||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Consider adding a comma after "options" for better readability. - `Papercut.Service.Settings.json` contains the configuration with comments outlining options. Note that any changes will require the service to be restarted to take effect.
+ `Papercut.Service.Settings.json` contains the configuration with comments outlining options, note that any changes will require the service to be restarted to take effect. Committable suggestion
Suggested change
ToolsLanguageTool
|
||||||||
|
||||||||
## How to Exit Papercut.Service | ||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Add a blank line above the heading for proper Markdown formatting. +
## How to Exit Papercut.Service Committable suggestion
Suggested change
ToolsMarkdownlint
|
||||||||
If run as a client, just close the console window. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Clarify the installation options for better understanding.
Committable suggestion