Copied to clipboard

Flag this post as spam?

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


  • J 445 posts 862 karma points
    Oct 16, 2019 @ 15:25
    J
    0

    Could i create a template of Umbraco from VS

    Is it possible to have a way to create an Umbraco website (targeting a specific version) which then has the some of the default Umbraco config files set to the way i require? i.e. the web.config is set with certain app settings.

    Ideally i would like to do this via Visual Studio so when a user creates a new empty project i know i can use Package manager to install but anyway to copy in/modify the existing config files?

  • Bo Damgaard Mortensen 719 posts 1207 karma points
    Oct 16, 2019 @ 15:38
    Bo Damgaard Mortensen
    0

    Hi J,

    This sounds a bit like Umbraco Cloud baselines in my eyes: https://our.umbraco.com/documentation/Umbraco-Cloud/Getting-started/Baselines/

    The idea here is that you have a base project containing all the basic settings/packages/code etc and use this to create new child projects off. If/when a change is needed for the baseline, you make the change and push it to the child projects.

    By utilising Umbraco Cloud, you should be able to save many work hours from setting up git repos, manually managing db changes, codebase changes etc.

    All the best,

    Bo

  • J 445 posts 862 karma points
    Oct 16, 2019 @ 15:41
    J
    0

    Ah so no way to do this ourselves? I dont believe we would have the option to move to the cloud just yet?

    Thanks

  • Matthew Wise 271 posts 1373 karma points MVP 4x c-trib
    Oct 16, 2019 @ 15:50
    Matthew Wise
    0

    You can create a custom VS template and use https://our.umbraco.com/packages/developer-tools/usync/ for setting up default doc types.

    Matt

Please Sign in or register to post replies

Write your reply to:

Draft