Put a website in maintenance mode?

前端 未结 7 1072
春和景丽
春和景丽 2020-12-08 11:44

I\'ve developed my first web application which, surprisingly, is getting very popular.

Because the website is now live, I have a hard time doing some changes, in fe

7条回答
  •  天命终不由人
    2020-12-08 12:25

    I wish to avoid having a duplicated instance of the web application for testing.

    That's your problem right there. For anything but the most trivial sites, you should have a staging or development instance. You should be using source control and have a script to update the main instance.

提交回复
热议问题