-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ab9c77c
commit c0ad62a
Showing
1 changed file
with
11 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |