I'm a total noob with no coding experience. What I'm trying to achieve is creating a sister/mirror website on the same server, to act as a development area (I'm trying to revamp and existing website).
The idea I have is to trial it - present changes and have them signed-off by the Board of Directors, without the website being 'visible' to the general public, until it goes live.
Welcome to our the friendliest community in the world.
You have few ways to achieve the goal:
1) Use Umbraco Cloud service - https://umbraco.com/products/umbraco-cloud/
It's super easy to make development environment and a live environment in your project and use it
2) Create few websites on the server, one dev and another - live, pull and push changes with a file manager, by the way great way to transfer database changes between environments - uSync - https://our.umbraco.org/projects/developer-tools/usync/
3) Azure services - use different applications and deploy via Visual studio
Duplicate site for devolpment purposes
Hi,
I'm a total noob with no coding experience. What I'm trying to achieve is creating a sister/mirror website on the same server, to act as a development area (I'm trying to revamp and existing website). The idea I have is to trial it - present changes and have them signed-off by the Board of Directors, without the website being 'visible' to the general public, until it goes live.
Hi Dave
Welcome to our the friendliest community in the world.
You have few ways to achieve the goal:
1) Use Umbraco Cloud service - https://umbraco.com/products/umbraco-cloud/ It's super easy to make development environment and a live environment in your project and use it
2) Create few websites on the server, one dev and another - live, pull and push changes with a file manager, by the way great way to transfer database changes between environments - uSync - https://our.umbraco.org/projects/developer-tools/usync/
3) Azure services - use different applications and deploy via Visual studio
Thanks,
Alex
Thanks for replying Alex - way over my head unfortunately.
is working on a reply...