Skip to content

jangocheng/Orchard-CMS-MySQL

 
 

Repository files navigation

Orchard CMS running on a MySQL database

This repository is a copy of Orchard Web 1.4.2 from my fork of Orchard CMS source code with fixes to get it to install with a MySQL database.

See my fork and what changes i have done in http://orchard.codeplex.com/SourceControl/network/forks/RickardP/OrchardMySQL142

Installation notes

To get everything to work like it should you need to set read and write permissions for IIS_IUSRS on the folders: Media, Modules, Themes

When you put the files on the your webserver and set the read and write permissions you going to the url where you put the project exempel if you running localhost like me go to http://localhost and you get a form page that you fill in to setup Orchard as normal but there is some settings for MySQL that has been added.

Select Use an existing SQL database and select MySQL as database then write the connectionstring, example: Server=localhost;Port=3306;User Id=orchard;Password=orchard;Persist Security Info=True;Database=orchard;

Dont write any Database Table Prefix (if you dont whant it but so you now its adding _ automatic between the table names and the prefix if you write anything here)

Press the button and it should now install Orchard.

Project information

This project was done by Rickard Pettersson (www.RickardP.se) to a work project for Transticket AB (www.Transticket.se)

About

This repository is to show fixes i have done to get Orchard CMS to work on a MySQL database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 77.5%
  • JavaScript 15.6%
  • CSS 5.3%
  • Other 1.6%