My nopCommerce 2 Beta with source installation and configuration

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 yıl önce
yup, all on my local machine
12 yıl önce
every masters,

i tried times, and drew a conclusion, how to install it well.

1. deploy.bat and let it create the /Deployable by itself.
2. in vs.net 20xx deploy the nop.web and nop.admin into /Deployable in the right places, don't forget to move and merge the bin of /Administration into its parent directory.
3. copy /Deployable to server, config iis, browse it in browser and run the installation. done!


the trouble is that we need to run deploy.bat and manually deploy in vs again. otherwise, if skip the 2nd step, couldn't create database tables while installing, error message told that the source in local (but not server) path code file error in line xxx. so i thought the deploy.bat has some problem about local and server's conflict.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.