How do you deploy a website to your webservers?

前端 未结 7 731
礼貌的吻别
礼貌的吻别 2020-12-24 08:59

At my company we have a group of 8 web developers for our business web site (entirely written in PHP, but that shouldn\'t matter). Everyone in the group is working on differ

7条回答
  •  庸人自扰
    2020-12-24 09:11

    Naturally check out SVN for the repository, Trac to track things, and Apache Ant to deploy.

    The basic process is managing in Subversion, tracking the repositroy and developers in Trac and using Ant deployment scripts to push your site out with the settings needed. Ant allows you to easily deploy a project to a specific location. (Dev/test/prod) etc.

提交回复
热议问题