Skip to content
Snippets Groups Projects
Commit 6d7da034 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Update installation instructions.

parent db8b9f91
No related branches found
No related tags found
No related merge requests found
# Installation Instructions
**PLEASE NOTE:** these instructions are mostly for documentation purposes, by
default it is **strongly recommended** to use the installation script described
in [README](README.md).
## Setup
## Service Startup
Open a *PowerShell* console. To start the service and monitor its logfile, use
the following commands:
```
Start-Service AutoTx
Get-Content -Wait C:\Tools\AutoTx\service.log
```
\ No newline at end of file
...@@ -65,10 +65,10 @@ Microsoft RoboCopy tool called [RoboSharp][web_robosharp]. ...@@ -65,10 +65,10 @@ Microsoft RoboCopy tool called [RoboSharp][web_robosharp].
## Installation ## Installation
Currently the service has to be installed *manually* using the `InstallUtil.exe` Currently the service doesn't have a *conventional* installer but rather has to
tool coming with the .NET framework. A PowerShell script to help with the be registered using the `InstallUtil.exe` tool coming with the .NET framework. A
installation is provided with each AutoTx package. To use the script, follow PowerShell script to help with the installation is provided with each AutoTx
these steps: package. To use the script, follow these steps:
- Log on to the computer using an account with adminstrative privileges. - Log on to the computer using an account with adminstrative privileges.
- Edit the `ScriptsConfig.ps1` settings file, adjust the values according to - Edit the `ScriptsConfig.ps1` settings file, adjust the values according to
...@@ -81,6 +81,11 @@ these steps: ...@@ -81,6 +81,11 @@ these steps:
- Navigate to the installation package directory, run the `Install-Service.ps1` - Navigate to the installation package directory, run the `Install-Service.ps1`
script. script.
### Manual Installation
For detailed steps on how to do the installation steps yourself, have a look at
the [manual installation](INSTALLATION-MANUAL.md) instructions.
## Operation ## Operation
### Logging ### Logging
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment