installation from source

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 yıl önce
I seem to be having some problems getting a customized nop 2.1 to install on my server correctly from source code. im using the deploy option in visual studio, but it seems that a number of files are not getting included, and the admin section doesnt seem to work either. Is there a correct way to deploy from source?
13 yıl önce
boomhauer wrote:
I seem to be having some problems getting a customized nop 2.1 to install on my server correctly from source code. im using the deploy option in visual studio, but it seems that a number of files are not getting included, and the admin section doesnt seem to work either. Is there a correct way to deploy from source?


I think by default the plugins won't come with the publish functionality in Visual Studio. You have to create a new publish profile that includes all files in the directory structure.

I would recommend using prepare and deploy batch files. Many people are having issues with these batch files right now and I haven't spent anytime to solution them, but if you can get them working it is the preferred way of deploying your application from the source code.
13 yıl önce
thanks, will look into using those. and yes, i just noticed the plugins were empty...
13 yıl önce
actually, deploying.readme.txt seems to be what i needed. right there all along. doh ;)
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.