How to release web applications?

前端 未结 6 1696
逝去的感伤
逝去的感伤 2021-01-31 22:17

I don\'t really know how to perform deployment from offline development to live webserver correctly in web development. I mostly resort on intuition, but this is more or less wh

6条回答
  •  南方客
    南方客 (楼主)
    2021-01-31 22:47

    In theory I would export the svn to a new area on webserver. Then reconfigure the webserver to use new area and restart.

提交回复
热议问题