docs: add binary download link and update systemd service installation path in README
Build and Push / build (nucleus, amd64, linux) (push) Successful in 17s
Build and Push / build (nucleus, amd64, linux) (push) Successful in 17s
This commit is contained in:
@@ -28,6 +28,12 @@ go mod tidy
|
|||||||
go build -o nucleus ./cmd/nucleus
|
go build -o nucleus ./cmd/nucleus
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Download
|
||||||
|
|
||||||
|
The binary is availble for download from here:
|
||||||
|
|
||||||
|
https://apps.jdbnet.co.uk/nucleus
|
||||||
|
|
||||||
## Running as a Systemd Service
|
## Running as a Systemd Service
|
||||||
|
|
||||||
To keep Nucleus running continuously in the background on your VM, it is recommended to create a systemd service.
|
To keep Nucleus running continuously in the background on your VM, it is recommended to create a systemd service.
|
||||||
@@ -46,10 +52,8 @@ After=network.target
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
User=jamie
|
WorkingDirectory=/opt/nucleus
|
||||||
Group=jamie
|
ExecStart=/opt/nucleus/nucleus
|
||||||
WorkingDirectory=/home/jamie/Git/nucleus
|
|
||||||
ExecStart=/home/jamie/Git/nucleus/nucleus
|
|
||||||
|
|
||||||
# SMTP Configuration
|
# SMTP Configuration
|
||||||
Environment="SMTP_HOST=localhost"
|
Environment="SMTP_HOST=localhost"
|
||||||
|
|||||||
Reference in New Issue
Block a user