加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
how-to-build.txt 971 Bytes
一键复制 编辑 原始数据 按行查看 历史
Murat Cakir 提交于 2014-11-24 21:24 . Minor fixes & cleanup
HOW TO BUILD:
=============
SmartStore.NET package with source code contains the "ClickToBuild.cmd" batch file, which will deploy everything correctly for you
to a "Stage" folder. The build process will build the project in release mode and move all
compiled and deployable files to the correct directory: "build/Web"
SmartStore.NET source code distribution does NOT contain the NuGet packages required to succesfully build the solution.
Instead these packages are downloaded during the very first compilation. Thus, when your initial build attempt fails,
this could indicate that the packages could not be downloaded completely yet. In this case, just build again!
If you're still getting errors, try to compile the solution in Visual Studio 2013 before running the .bat file, but
before make sure that 'SmartStore.Web' is set as your startup project.
After a successful build, select all the files in the "build\Web" directory and upload them to your web server.
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化