Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion docs/Setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
**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.