Skip to content

Eph-It/Automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automation

An automation project to allow organizations to write and track IT process automations.

More documentation in the Wiki

Major Components

EphIt.Blazor

This is the user interface project. It is a Blazor Web Assembly project with a server API back end of EphIt.Server. Lowest priority so it just exists.

EphIt.Server

Web API / Blazor server component. API endpoints should be prefixed with /api (IE, /api/Script).

EphIt.Service

Windows service to run the scripts.

EphIt.SQL

SQL project with DB creation scripts.

Deploying code

Open the project in Visual Studio and publish the EphIt.SQL project to a Microsoft SQL server instance. Set EphIt.Server as the startup project and then update appsettings.json with the new connection string for the DB.

On startup, the application will add the current user as a full admin so then you should have access to everything.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published