From 49059908f6b344bce3062f68a4b54f72c21d7b99 Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Date: Fri, 12 Aug 2016 08:42:47 -0700 Subject: [PATCH] This set-up update includes references to application dependencies which require highlighting for Ignition users. --- docs/Setup.rst | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/docs/Setup.rst b/docs/Setup.rst index 66d47d9..50077a2 100644 --- a/docs/Setup.rst +++ b/docs/Setup.rst @@ -6,4 +6,21 @@ Information regarding setting up the Ignition framework is provided through the .. _this link: https://github.com/sitecoreignition/SitecoreIgnition/ -Please continue to use the above link for any update to the installation process concerning the Ignition framework. \ No newline at end of file +**Application Dependencies** + +The Ignition framework is based on an MVC/C# architecture used to support a Sitecore implementation. There are a couple of back-end and front-end application dependencies which can be used to provide unique functionality as well as ease of implementation. + +The one *required* dependency is **GlassMapper** which is used to define Sitecore item and Experience Editor related functionality in code. + +Other dependencies which are not required but are supported include... + +* Unicorn or Hedgehog TDS [#f1]_ +* Castle Windsor +* Sitecore Powershell +* Bootstrap/jQuery/CSS [#f2]_ + +Please continue to use the above link for any updates to the installation process concerning the Ignition framework. + +.. [#f1] The Ignition framework GIT repository is primarily using Unicorn to synchronize the items which make up the Sitecore implementation. Hedgehog TDS can be used in its place and there is an implementation involving TDS in the GIT repository. Neither is required. Sitecore packages are provided containing the base item structure implementation of this framework. + +.. [#f2] Some of the demo components developed may use this front-end functionality. The JS scripts files to support that functionality is included in the Ignition framework. \ No newline at end of file