Add installation scripts and documentation
This commit is contained in:
17
README.md
17
README.md
@@ -19,3 +19,20 @@ newly updated repository to interact with a running PDP-10 simulation.
|
||||
|
||||
The monitor consists of a script, that needs to be installed to `/usr/local/bin`
|
||||
and a systemd unit-file to run it as a service.
|
||||
|
||||
### Installation
|
||||
|
||||
To install the git-monitor, clone this repository to the target computer, and
|
||||
run the install script:
|
||||
|
||||
```bash
|
||||
git clone https://gitea.orca-central.de/jali/PiDP10Services.git
|
||||
sudo ./install.sh
|
||||
```
|
||||
|
||||
This will install the service on your system and start it. If you want the
|
||||
service to be enabled on system boot, enable the service:
|
||||
|
||||
```bash
|
||||
sudo systemctl enable git-monitor.service
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user