Skip to content

Commit

Permalink
Updated how-to-build.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
muratcakir committed Nov 24, 2014
1 parent ab9c77c commit c0ad62a
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions how-to-build.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
Manually:
1. SmartStore.Web and SmartStore.Admin are two web applications. They both need to be published to the same directory.
�SmartStore.Web� to �Published\Web\�. �SmartStore.Admin� to �Published\Web\Administration\�. Make sure the .dlls
from SmartStore.Admin (Published\Web\Administration\bin\) are moved and exist in (Published\Web\bin\).
2. Ensure that plugins (\Presentation\SmartStore.Web\Plugins) are copied into \Published\Web\Plugins\ directory
3. Select all the files in Published\Web\ directory and upload them to your web server.
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"

Automatic:
1. 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.
Note: Before running the file make sure you built the project in Visual Studio.
2. Select all the files in "build\Web" directory and upload them to your web server.
Note: If you're getting an error, try to compile the solution in Visual Studio before running the .bat file
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

After a successfull build, select all the files in the "build\Web" directory and upload them to your web server.

0 comments on commit c0ad62a

Please sign in to comment.