Giter Site home page Giter Site logo

longhorntaco / sitecoreignition Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sitecoreignition/sitecoreignition

1.0 1.0 0.0 3.44 MB

An open source development accelerator designed by the team at Perficient and released to the Sitecore community as a quick-start tool for beginning Sitecore projects.

License: MIT License

HTML 22.13% CSS 66.26% JavaScript 0.20% C# 11.41%

sitecoreignition's Introduction

Sitecore Ignition

Ignition is an open source development accelerator designed by the team at Perficient and released to the Sitecore community as a quick-start tool for beginning Sitecore projects. It has two primary components: the Sitecore Information Architecture piece and the .NET MVC Solution. All along the way, the team has set things up so that we're using best practices for Sitecore development as well as good development practices and patterns. We embrace SOLID, and our code is designed to enable you, the consumer, to quickly extend, add onto, and test your own code.

Please note that Ignition is in beta and may still be a bit rough around the edges. We are diligently adding new features and polish to the project and we happily accept your thoughts, feature requests, and pull requests.

Get Started

  1. Setup a new Sitecore install on your machine.
  2. By default, Ignition uses http:\\sitecoreignition.localhost as the URL. Add this URL to your hosts file and add it to your site's IIS bindings.
  3. Clone the repository: git clone https://github.com/sitecoreignition/SitecoreIgnition.git.
  4. Copy the following Sitecore .dlls into the _lib folder:
    • Sitecore.ContentSearch.dll
    • Sitecore.ContentSearch.Linq.dll
    • Sitecore.Kernel.dll
    • Sitecore.Mvc.dll
  1. Open the solution Ignition.Tds.sln.
  2. Do a full build.
  3. Sync Ignition.Root.TDS.Master with TDS.
  4. Sync Ignition.Sc.TDS.Master with TDS.
  5. Open Sitecore, publish your site, and have fun!
  1. Open the solution Ignition.sln.
  2. Create a publishing profile called Ignition.Sc in the Ignition.Sc project.
  3. Create a publishing profile called Ignition.Root in the Ignition.Root project.
  4. Publish Ignition.Sc and then publish Ignition.Root.
  5. Navigate to the Update Installation Wizard and install the update packages found in the SitecorePackages folder.
  6. Publish your site and have fun!

Ignition has been tested using Sitecore 8.0 Update-4 and above. Ignition probably works with any version of the Sitecore 7 and 8 .dlls but we have not confirmed.

Solution Structure

Core

Ignition.Core

Innermost library accessible to the entire solution that houses core functionality used in other layers.

Data

Ignition.Data

Includes standard models used by the framework. This is where you'll add your own shared models.

Infrastructure

Ignition.Infrastructure

Integration layer where Ignition interacts with Sitecore (e.g., pipeline events, commands, etc.) and external integrations.

Presentation

Presentation layer. Add your Sitecore site here.

Ignition.Sc

Demo Ignition site. Examples and reusable components.

Root

Ignition.Root

Composition root for the solution. Where IoC container, Glass Mapper, and MVC are configured and initialized.

Community

Copyright and License

Code and documentation copyright 2016 Jon Upchurch and Perficient, Inc. released under the MIT license.

sitecoreignition's People

Contributors

jonupchurch avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.