You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.
Extract Dashboard files into installation directory
Make modification to configuration files:
set port (appsettings.json)
set connection string to database (app.config)
Register app as windows service
Currently this app is released as zip file. I think about replacing it (or add as and alternative) with installer build with WIX http://wixtoolset.org/documentation/
It could be convenient to install Dashboard application https://github.com/cezarypiatek/Tellurium/tree/master/Src/Dashboard using dedicated installer instead of manually executing the following steps:
Currently this app is released as zip file. I think about replacing it (or add as and alternative) with installer build with WIX http://wixtoolset.org/documentation/
Registering Dashboard application as a windows service is already implemented with Topshelf .
https://github.com/cezarypiatek/Tellurium/blob/master/Src/Dashboard/Program.cs
The text was updated successfully, but these errors were encountered: