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
6d7da034
Commit
6d7da034
authored
7 years ago
by
Niko Ehrenfeuchter
Browse files
Options
Downloads
Patches
Plain Diff
Update installation instructions.
parent
db8b9f91
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-MANUAL.md
+18
-0
18 additions, 0 deletions
INSTALLATION-MANUAL.md
README.md
+9
-4
9 additions, 4 deletions
README.md
with
27 additions
and
4 deletions
INSTALLATION-MANUAL.md
0 → 100644
+
18
−
0
View file @
6d7da034
# 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
This diff is collapsed.
Click to expand it.
README.md
+
9
−
4
View file @
6d7da034
...
...
@@ -65,10 +65,10 @@ Microsoft RoboCopy tool called [RoboSharp][web_robosharp].
## Installation
Currently the service
has to be installed
*manually*
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:
Currently the 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
...
...
@@ -81,6 +81,11 @@ these steps:
-
Navigate to the installation package directory, run the
`Install-Service.ps1`
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
### Logging
...
...
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