Skip to content

Adam-Software/AdamServices.Utilities.Managment

Repository files navigation

AdamServices.Utilities.Managment

.NET Build And Publish Release
GitHub License GitHub Release

A utility for downloading, running, and updating adamservices-services projects.

Use the shared wiki to find information about the project.

For users

Permanent links to releases

  • 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
    

Install

  • Windows [x64]

  • 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]

Required command line arguments

  • -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

Required .NET version

The program uses a dotnet tool such as dotnet publish, dotnet exec to build and run service projects. Required version DotNet 8

Install 8 .NET version

  • 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

Thanks

@pjgpetecodes for https://github.com/pjgpetecodes/dotnet8pi

About

A utility for downloading, running, and updating adamservices-services projects.

Topics

Resources

License

Stars

Watchers

Forks

Languages