Reputation: 2157
I am new to nopcommerce and i have created one simple module in nopcommerce store.
Now, i want to deploy that particular module so that i can install it on another machine and can bind it with a nopcommerce store running on another machine.
But, i don't find any help that how to deploy it and makes its setup of package so that i can install it in another machine.
Can anyone help me?
Thanks in advance..
All answers are expected.
Upvotes: 0
Views: 553
Reputation: 456
To add your plugin to another store you should
Before running the Prepare.bat and Deploy.bat you should add the plugin in the build/nop.plugins.targets
Note: Prepare.bat is optional, Deploy.bat calls Prepare.bat and runs the remaining Deploy.bat code at the end.
Upvotes: 1
Reputation: 805
To make a easy deploy you must run two bat's. Prepare.bat and Deploy.bat.
After it, you take Installed folder and upload into a FTP server.
http://www.nopcommerce.com/boards/t/17891/why-use-preparebat-deploybat.aspx
Upvotes: 0