Important Note This document is obsoleted from nopCommere 3.3.
The following document was created with nopCommerce 3.1.
Trying to deploy my local development site to staging, and the process seems not that straight away.
For my first time deployment with nopCommerce, I did the following and got my site working :)
- Build the project.
- Publish Nop.Web to the ~\Deploy directory.
- Publish Nop.Admin to the ~\Deploy\Administration\ directory.
- Move ~\Deploy\Administration\bin to ~\Deploy\bin. Replace exist files.
- Change database connection at ~\Deploy\Presentation\Nop.Web\App_Data\Settings.txt
- Copy all files from ~\Presentation\Nop.Web\Plugins to ~\Deploy\Plugins
- Copy images from ~\Presentation\Nop.Web\Content\Images to ~\Deploy\Content\Images
Reinstall Plugins. Apparently all the plugins that were installed in dev are not installed on staging. It means the status of the installs, or any configurations I have applied to plugins on dev are not stored in the database but somewhere else.- Copy ~\Presentation\Nop.Web\App_Data\InstalledPlugins.txt to ~\Deploy\Nop.Web\App_Data\InstalledPlugins.txt to
No comments:
Post a Comment