git - Version and deploy cakephp in shared hosting -


i have cakephp project deployed in shared hosting, it's unversioned. version using git or mercurial, , deploy changes easily. steps have take? should install git first in shared hosting first , make clone in local environment? should have separate folder repos in shared hosting , deploy changes utility?

thanks

  1. the subversion server should different production server. can create account on github , host there private project.

  2. on production server, pull latest changes when want make update (or use continuous integration server - jenkins, teamcity, bamboo etc)

  3. on local, push/pull changes same subversion server.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -