Deploying uCommerce definitions and configurations to production
Hi,
I have been developing uCommerce definations and other configuration such as currency, shipping method, country etc. etc. on my development machine. How can I package up all this and install the same on my production server? The standard Umbraco package does nor offer any uCommerce defiantion options.
if you got the razorstore from bitbucket (https://bitbucket.org/uCommerce/ucommerce-razor-store/) there's a folder called tools with a script called GeneratePackage, for generating the package. Also a readme on how to use it. Not really rocket science as it's just a matter of one line.
Yeah Red-gate has some cool features, but the downside is the price. Also the way they use named licences which in my opinion should be illegal when it's a piece of software for teams and large projects. Not a tool that only one man needs.
Maybe you can also create a script from the sql server managment studio or save an insert sql file for the ucommerce data.
I haven't tried that becouse we just copy the whole database from dev to live if we set up the live site for the first time.
It would be awesome to have an courier extension to copie also uCommerce stuff. Or a uCommerce function to save and insert sql files to create things automatically.
Deploying uCommerce definitions and configurations to production
Hi,
I have been developing uCommerce definations and other configuration such as currency, shipping method, country etc. etc. on my development machine. How can I package up all this and install the same on my production server? The standard Umbraco package does nor offer any uCommerce defiantion options.
Thanks in advance.
Cheers
You could take a look at the demo razor store. That has an install project where uCommerce objects are installed in the database.
You could also use a SQL merging tool (like Red Gates SQL compare http://www.red-gate.com/products/sql-development/sql-compare/ ) to push the database changes to the live site, but its not cheap.
I had a look at the razor store demo, but couldn't figure out how the package was made. Red-gate is really not an option for me.
if you got the razorstore from bitbucket (https://bitbucket.org/uCommerce/ucommerce-razor-store/) there's a folder called tools with a script called GeneratePackage, for generating the package. Also a readme on how to use it. Not really rocket science as it's just a matter of one line.
Yeah Red-gate has some cool features, but the downside is the price. Also the way they use named licences which in my opinion should be illegal when it's a piece of software for teams and large projects. Not a tool that only one man needs.
Thanks Morten, will try that.
Great. Let me know how it works out :)
Maybe you can also create a script from the sql server managment studio or save an insert sql file for the ucommerce data.
I haven't tried that becouse we just copy the whole database from dev to live if we set up the live site for the first time.
It would be awesome to have an courier extension to copie also uCommerce stuff. Or a uCommerce function to save and insert sql files to create things automatically.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.