Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial script files #1

Merged
merged 22 commits into from
Oct 10, 2016
Merged

Initial script files #1

merged 22 commits into from
Oct 10, 2016

Conversation

rezanid
Copy link
Owner

@rezanid rezanid commented Oct 10, 2016

The first version of fully automated and easily extendable SharePoint deployment module.

The first version of decoupled deployment script is ready, next will be the other script files that each will reside in a dedicated script file.
Build-ManagedPaths can create new managed paths in a web application.
Get-WebPage can be used to download a file through HTTP protocol or to warm up a web application by requesting its content.
Invoke-Actions can find find required functions in different script files and call them by sending configuration defined in Deployment.xml file. Each function should at least accept a parameter of type XmlElement that contains the whole configuration the function needs. as an optional parameter (second parameter) each function can also receive a progress title that can be used as a prefix in the progress message if the function needs to show its progress to the end user.
Invoke-CopyActions can copy files from different sources to destinations. It is possible to use environment variables in DOS format (e.g. %CommonProgramFiles%\test.txt) and if the path is not an absolute (i.e. routed) path, it will assume that the path is somewhere under the folder which contains the script.
Ability to create different SharePoint artifacts. Currently only SPWebApplication, Website and ListItems are supported.
@rezanid rezanid merged commit d382482 into master Oct 10, 2016
@rezanid rezanid deleted the initial-script branch October 10, 2016 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant