A utility for downloading, running, and updating adamservices-services
projects.
Use the shared wiki to find information about the project.
- Windows [x64]
https://github.com/Adam-Software/AdamServices.Utilities.Managment/releases/latest/download/Managment.win64.portable.zip
- Linux [arm64]
https://github.com/Adam-Software/AdamServices.Utilities.Managment/releases/latest/download/Managment.arm64.portable.zip
-
Windows [x64]
- Download using the permalink
- Unzip and run Managmet.exe by specifying the required command line arguments
-
Linux [arm64]
- Download using the permalink
wget https://github.com/Adam-Software/AdamServices.Utilities.Managment/releases/latest/download/Managment.arm64.portable.zip
- Unzip and make the Management file executable
unzip Managment.arm64.portable.zip -d ServicesManagment && chmod +x ServicesManagment/Managment
- Run Management by specifying the required command line arguments
cd ServicesManagment && ./Managment [-i -r -u]
- Download using the permalink
-i
,--install
Install mode. Download and install services to temp dirrectory-r
,--run
Run mode. Launches previously installed to temp dirrectory services-u
,--update
Update mode. Update installed to temp dirrectory services
The program uses a dotnet tool such as dotnet publish
, dotnet exec
to build and run service projects.
Required version DotNet 8
-
Windows [x64]
Download and install SDK uses this link -
Linux[arm64]
Raspberry Pi 3B+/Raspberry Pi Zero 2W/Raspberry Pi 4 and/Raspberry Pi 5
You can install Dot Net 8 on the Raspberry Pi in one command by executing;wget -O - https://raw.githubusercontent.com/pjgpetecodes/dotnet8pi/main/install.sh | sudo bash