-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The first version of fully automated and easily extendable SharePoint deployment module.