Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Peter Duncanson 430 posts 1360 karma points c-trib
    Aug 03, 2009 @ 15:13
    Peter Duncanson
    0

    Best Practices - How to develop once site is live?

    I've just pushed my first Umbraco site live, client has already asked for some changes (of course). How best to develop the site while not breaking the existing site? I can develop locally but then what do I need to push live to get my mods where I want? Is there anything wrong with linking to the live DB from my laptop dev enviroment (assuming I'm only changing templates and doc types) or can that mess with live too?

  • Timsn 121 posts 231 karma points
    Aug 03, 2009 @ 16:39
    Timsn
    0

    Hi Peter,

    one approach is to develop your changes locally and create a package when you're done. Then you only have to install your package on the live system.

  • Peter Duncanson 430 posts 1360 karma points c-trib
    Aug 03, 2009 @ 16:42
    Peter Duncanson
    0

    Rick posted this link in another question which covers so of my questions:

    http://our.umbraco.org/forum/getting-started/installing-umbraco/2918-Update-an-Umbraco-website

    I'm worried about the id's getting out of sync though, done that in another CMS and it leads to real headaches and much hackery when you bring live down and need it fixed asap!

    Need to read up on packages more I think :)

  • Matt Brailsford 4124 posts 22215 karma points MVP 9x c-trib
    Aug 03, 2009 @ 16:49
    Matt Brailsford
    0

    It's a shame it doesn't use Guids as IDs as then it would be much easier to merge the databases.

  • Peter Duncanson 430 posts 1360 karma points c-trib
    Aug 03, 2009 @ 16:55
    Peter Duncanson
    0

    The way we got around it with the other one was to up the "next id" value by 50 when ever we started a mod, that would give us 50 new entries to play with on dev and you could safely upload to live then knowing you where not going to break anything. But not sure how to do something similar in Umbraco. So much still to learn...

Please Sign in or register to post replies

Write your reply to:

Draft