Table of Contents
Web application allowing to have information on a server, with the possibility to add links to local web servers and services (Service Worker).
- Install the Back and front end part Server Monitoring - Service Worker
- Clone the repo
git clone https://github.com/KristenJestin/server-monitoring-service-worker.git
-
Build the project
dotnet build ServerMonitoringServiceWorker /p:PublishProfile=Linux
-
Go in
bin/Release/Linux
and Create service file[Unit] Description=Demo worker [Service] Type=notify WorkingDirectory=/PATH_TO_BUILD_FOLDER/server-monitoring-service-worker ExecStart=/PATH_TO_BUILD_FOLDER/server-monitoring-service-worker/ServerMonitoringServiceWorker [Install] WantedBy=multi-user.target
-
Start service
ln -rs service /etc/systemd/system/demo-worker.service systemctl daemon-reload systemctl start demo-worker.service systemctl enable demo-worker.service
- Build the project
dotnet build ServerMonitoringServiceWorker /p:PublishProfile=Windows
- Go in
bin/Release/Windows
and Create service (in Admin mode)sc create DemoWorker binPath="PATH_TO_BUILD_FOLDER\ServerMonitoringServiceWorker.exe" start=auto
- Start service
sc start DemoWorker
All future features are available on Trello.
Distributed under the MIT License. See LICENSE
for more information.
Kristen JESTIN - [email protected]
Project Link: https://github.com/KristenJestin/server-monitoring-service-worker