Skip to content

endreigesund/AutomationEasy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is Automation Easy

Automation Easy is a framework which contains a library of templates and pre-built solutions. The goal is to make it easy for everyone to get started using various technologies.

Many aspects of IT needs to be highly customized to the different environments they are going to be leveraged in. One such example is on- and offboarding of users, which is supported by the User Management Automation solution in Automation Easy. In such scenarios, the solution is creating a starting point which can be built upon and customized to the specific needs of the organization it is going to be leveraged in.

Full documentation is available here

Unstable build (master branch) Release docs
Build Status Build Status
Unstable docs Release docs

Deployment

Automation Easy leverages Plaster - a template-based file and project generator written in PowerShell - for deploying solution templates.

Plaster demo

If you have the PowerShellGet module installed (installed by default in Windows 10) you can enter the following command:

Install-Module Plaster -Scope CurrentUser

Alternatively you can download a ZIP file of the latest version from Plaster`s releases page.

Next, download a copy of the latest Automation Easy release and unzip the files. Alternatively you can install the latest unstable by cloning the master branch or download it as a ZIP-file as described here.

Deploy the files with Plaster:

Invoke-Plaster -TemplatePath .\deploy\ -DestinationPath C:\Path\To\Destination\

.\deploy is the path to the deploy-folder in the downloaded version of Automation Easy.

For more information, see the deployment documentation

You now have a local folder containing the selected solutions from Automation Easy. For further instructions, read the documentation for the selected solutions.

Contributing

Please do not push directly to the master branch. For Pull Request instructions, please see the contributing instructions

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%