Brnshop is the most recent open source mall on the community's fire.
Jexus is a Web server on Linux, simply say Linux IIS. Special thanks to the author woo The guidance of the cloud
I. Set up according to http://www.cnblogs.com/szxfwu/p/3948388.html, or download the modified Web. config directly in the Brnshop official group. And then make changes based on this article. (note, however, that the file in the group share has a Web. config not changed.) \mvc4 Config file \config\brnshop\presentation\brnshop.web\administration\views\web.config) I changed the file:/http download.csdn.net/detail/laxknight/7954869
Two. Replace all MVC3 references to the new version of the MVC4
System.Web.Mvc 3.0.0.0 Change to 4.0.0.0 must be copied locally, because Mono does not have 4.0.0.0 this file.
System.Web.Razor 1.0.0.0 replaced with 2.0.0.0 do not need to be copied to local
System.Web.WebPages 1.0.0.0 replaced with 2.0.0.0 do not need to be copied to local
Three. System.Web.Helpers's reference is deleted. Notes <!--<add assembly= "System.Web.Helpers, version=2.0.0.0, culture=neutral, publickeytoken=31bf3856ad364e35"/ >->
Four. dlls for other projects should be uploaded as well. Anyway, the error is missing something, put what up
The more complete
You should be able to see the homepage of the website
Five. The verification code cannot see
Because the font Arial is missing. Specific Linux installation fonts see article http://www.linuxdot.net/bbsfile-3253
You should be able to see it properly.
and login Backstage
6. The page could not be found. Generally because the Linux is sensitive to the letter case (admin and admin are different), resulting in the page can not be found, this is best to name as far as possible all lowercase, avoid hump-style naming
First taste brnshop ported to Linux Mono Jexus environment run