To install the full competition system you need to download the release of the different components and install it on Orchard 1.6.1.
- Download Orchard 1.6.1.
- Install Orchard on IIS or Azure WebApps. Choose the default recipe with the first run orchard.
- Download the different packages
- Orchard.Competition, This contains the base components like scores, teams and objectives
- Orchard.Competition.ActionObjectives, This module contains specific objectives like a Photo, Video and question objectives.
- Orchard.Competition.Theme, This is the Theme build for the compition system and is based on Foundation.
- Orchard.Competition.Theme.Widgets, Module which contains the Header for the page, because the Theme removes it.
- Install the downloaded modules within the admin interface of Orchard.
- Enable all the modules and set the theme to the foundation theme
- Add the HeaderTitle Widget to the Header zone in the Admin interface.
- Add a link to
/scoreboardfor the scoreboard. - Ready to go :)
Compatible with Orchard 1.6.1.
- Clone Orchard and git checkout tag 1.6.1.
- Copy the cloned module for example Orchard.Competition to
src/Orchard.Web/Modulesand the Theme tosrc/Orchard.Web/Themes. - Open the Orchard solution and add the projects.
- Ready to debug and dev :).