Home › Forums › Other › Installing Dropbox on Centos 6 › Reply To: Installing Dropbox on Centos 6
September 15, 2014 at 11:40 am
#183126
Participant
what if I want the repo to be added into my public_html directory?
cd to your public_html and do it there. The directory must be empty, however, or git will warn you.
On the server, I usually do one repo that is not live (a “staging” repo, as it were, for last-minute-pre-launch testing, and as a local backup), and then clone/pull the “live” site from that. You don’t have to do it that way, but I personally like it.