All Projects → SoftServeInc → SitecoreInstallExtensions

SoftServeInc / SitecoreInstallExtensions

Licence: MIT license
Sitecore Install Extensions

Programming Languages

powershell
5483 projects
Classic ASP
548 projects

Projects that are alternatives of or similar to SitecoreInstallExtensions

sc ext
Sitecore Extensions is a browser extension which improves user experience inside Sitecore CMS
Stars: ✭ 27 (-6.9%)
Mutual labels:  sitecore, sitecore-extensions
clojureranker
Tune Solr-rankings with Clojure code.
Stars: ✭ 13 (-55.17%)
Mutual labels:  solr
solwr
Apache Solr nodejs wrapper
Stars: ✭ 18 (-37.93%)
Mutual labels:  solr
ClarityNLP
An NLP framework for clinical phenotyping. Docker | Python | Solr | OMOP. http://claritynlp.readthedocs.io/en/latest/
Stars: ✭ 100 (+244.83%)
Mutual labels:  solr
feathers-solr
Feathersjs Solr Client
Stars: ✭ 29 (+0%)
Mutual labels:  solr
MLSetup
One script to install all major python libraries for developing Machine Learning application
Stars: ✭ 20 (-31.03%)
Mutual labels:  install-script
go-solr
Solr client in Go, core admin, add docs, update, delete, search and more
Stars: ✭ 67 (+131.03%)
Mutual labels:  solr
AzureStorageTypeProvider
An F# Azure Type Provider which can be used to explore Blob, Table and Queue Azure Storage assets and easily apply CRUD operations on them.
Stars: ✭ 82 (+182.76%)
Mutual labels:  azure-storage
SolRDF
An RDF plugin for Solr
Stars: ✭ 115 (+296.55%)
Mutual labels:  solr
media-services-v3-dotnet-core-functions-integration
The project includes several folders of sample Azure Functions for use with Azure Media Services v3 that show workflows related to ingesting content, encoding, publishing or live stream management.
Stars: ✭ 41 (+41.38%)
Mutual labels:  azure-storage
sitecore-docker
Dockerized Sitecore 9 XP0 & XC
Stars: ✭ 34 (+17.24%)
Mutual labels:  sitecore
ubuntu-laptop-script
Set up an Ubuntu laptop for web development
Stars: ✭ 15 (-48.28%)
Mutual labels:  install-script
mytek
Django e-commerce web application with advanced features
Stars: ✭ 27 (-6.9%)
Mutual labels:  azure-storage
solrdump
Export SOLR documents efficiently with cursors.
Stars: ✭ 33 (+13.79%)
Mutual labels:  solr
jease
Jease is a Java CMS framework based on Object Database
Stars: ✭ 25 (-13.79%)
Mutual labels:  solr
goobi-viewer-core
Goobi viewer - Presentation software for digital libraries, museums, archives and galleries. Open Source.
Stars: ✭ 18 (-37.93%)
Mutual labels:  solr
AzureChamp
A repository for Azure Champ program to train technical experts to get ready for Azure
Stars: ✭ 16 (-44.83%)
Mutual labels:  azure-storage
solr
Apache Solr open-source search software
Stars: ✭ 651 (+2144.83%)
Mutual labels:  solr
argo
The administrative discovery interface for Stanford's Digital Object Registry
Stars: ✭ 19 (-34.48%)
Mutual labels:  solr
identityazuretable
This project provides a high performance cloud solution for ASP.NET Identity Core using Azure Table storage replacing the Entity Framework / MSSQL provider.
Stars: ✭ 97 (+234.48%)
Mutual labels:  azure-storage

Sitecore Install Extensions (SIX)

A Powershell module with extensions for Sitecore Install Framework. The introduction to Sitecore Install Framework is available on Youtube

Module Downloads Version
Sitecore Install Extensions PowerShell Gallery powershellgallery
Sitecore Install Azure PowerShell Gallery powershellgallery

How to start?

To start work with Sitecore Install Extensions you have to run this snippet with Administrator rights.

Set-ExecutionPolicy Bypass -Scope Process -Force;
iex ((New-Object System.Net.WebClient).DownloadString('http://bit.ly/installmodules'))

The script above download install or update the following modules: Sitecore Install Framework, Sitecore Fundamentals, Sitecore Install Extensions, Sitecore Install Azure

You can install modues manually or just run script install-modules.ps1.

Features

Very Short Introduction to SIX module on Youtube

Remember to configure installation process regarding to your requirements.

Examples

The bigest how to collection about Sitecore Installation Framework and Sitecore Install Extensions is wiki

Tasks & Config Functions

Tasks are actions that are conducted in sequence when the Install-SitecoreConfiguration cmdlet is called. A task is implemented as a PowerShell cmdlet. Each task is identified by a unique name and must contain a Type property.

Config functions allow elements of the configuration to be dynamic, letting you calculate values, invoke functions, and pass these values to tasks so that a configuration can be flexible.

List of tasks and config functions implemented by Sitecore Install Extensions

Examples

Remember to configure installation process regarding to your requirements and needs.

SIX module comes with examples how to use tasks, and config functions are part of SIX. The script install-all-example.ps1 contains the four steps:

  • Download all required files from Azure Storage (of course you have to build your storage)
  • Install Sitecore 8 prerequisites like MongoDB, Solr, RoboMongo
  • Install Sitecore 8 update 6
  • Install Sitecore modules Sitecore Powershell Extension, Sitecore Experience Accelerator, Web Forms For Marketers

Remember to configure installation process regarding your requirements and needs.

Time to time, we want to uninstall Sitecore and here uninstall-sitecore.ps1 the script will come with help.

Roadmap

  • Merge with other Sitecore community Powershell scripts to provide valuable module in one place
  • Add documentation and examples to every function
  • Connect solution to Pester
  • Connect solution to PSScriptAnalyzer

SoftServe

Thanks to SoftServe sponsorship initial version of Sitecore Install Extensions modul will be open for public access for Sitecore Community attendees. Softserve is a global leader in IT services and has offices around the world delivering tailored tech solutions for various branches and business sectors.

Bitly

A few handy short links are configured:

http://bit.ly/git-six redirect to https://github.com/SoftServeInc/SitecoreInstallExtensions

http://bit.ly/installmodules redirect to https://raw.githubusercontent.com/SoftServeInc/SitecoreInstallExtensions/master/install-modules.ps1

http://bit.ly/install-solr redirects to https://raw.githubusercontent.com/SoftServeInc/SitecoreInstallExtensions/master/solr.ps1

http://bit.ly/six-wiki redirects to https://github.com/SoftServeInc/SitecoreInstallExtensions/wiki

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].