Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
auto-tx
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vamp
auto-tx
Commits
443d74b8
Commit
443d74b8
authored
7 years ago
by
Niko Ehrenfeuchter
Browse files
Options
Downloads
Patches
Plain Diff
Move all installation instructions to a separate document.
parent
38be0278
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
INSTALLATION.md
+33
-6
33 additions, 6 deletions
INSTALLATION.md
README.md
+1
-21
1 addition, 21 deletions
README.md
with
34 additions
and
27 deletions
INSTALLATION.md
+
33
−
6
View file @
443d74b8
# Installation Instructions
# AutoTx Service Installation
The AutoTx service doesn't have a
*conventional*
installer but rather has to be
registered using the
`InstallUtil.exe`
tool coming with the .NET framework.
## Using The Installation Script
A PowerShell script to help with the installation is provided with each AutoTx
package. To use the script, follow these steps:
-
Log on to the computer using an account with adminstrative privileges.
-
Edit the
`ScriptsConfig.ps1`
settings file, adjust the values according to
your setup.
-
Open a PowerShell console using the
`Run as Administrator`
option. The script
[
Run-ElevatedPowerShell.ps1
](
Scripts/Run-ElevatedPowerShell.ps1
)
can be used
to start a shell with elevated permissions.
-
Navigate to the installation package directory, run the
`Install-Service.ps1`
script.
-
Supply the two required configuration files in the
`conf/`
subdirectory of
the service installation location and start the service using
`Start-Service
AutoTx`
.
## Manual 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
### Register the service
Open a
*PowerShell*
console with elevated privileges ("Run as Administrator").
Launch
`InstallUtil`
as follows:
```
& "C:\Windows\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe" /username=<SERVICEACCOUNT> /password=<SERVICEPASS> /unattended C:\Tools\AutoTx\AutoTx.exe
```
## Service Startup
##
#
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
Get-Content -Wait
-Tail 200
C:\Tools\AutoTx\service.log
```
\ No newline at end of file
This diff is collapsed.
Click to expand it.
README.md
+
1
−
21
View file @
443d74b8
...
...
@@ -105,27 +105,7 @@ rules.
## Installation
The AutoTx service doesn't have a
*conventional*
installer but rather has to be
registered using the
`InstallUtil.exe`
tool coming with the .NET framework. A
PowerShell script to help with the installation is provided with each AutoTx
package. To use the script, follow these steps:
-
Log on to the computer using an account with adminstrative privileges.
-
Edit the
`ScriptsConfig.ps1`
settings file, adjust the values according to
your setup.
-
Open a PowerShell console using the
`Run as Administrator`
option. The script
[
Run-ElevatedPowerShell.ps1
](
Scripts/Run-ElevatedPowerShell.ps1
)
can be used
to start a shell with elevated permissions.
-
Navigate to the installation package directory, run the
`Install-Service.ps1`
script.
-
Supply the two required configuration files in the
`conf/`
subdirectory of
the service installation location and start the service using
`Start-Service
AutoTx`
.
### Manual Installation
For detailed steps on how to do the installation steps yourself, have a look at
the
[
manual installation
](
INSTALLATION-MANUAL.md
)
instructions.
See the
[
instructions for installing the service
](
INSTALLATION.md
)
for details.
## Operation
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment