I was able to easily setup Ghost using the WebFaction 1-click installer, but I'm foggy as to how I would go about tying that in to a local Ghost dev setup. Just curious if anyone could give me a 10,000 ft. view of how I would setup a local to Git(Hub) to WebFaction servers (the 1-click installed version) workflow using Ghost? I'd like to utilize a GitHub repo for version control. asked 01 Dec '13, 23:13 mhulse |
In general if you want to use git to manage an application, then you'll probably be looking to take an approach similar to one of these two approaches: Neither of these are directly related to Ghost, but the overall approach will be relevant nonetheless. If you're looking to move a git repository from Github to the WebFaction server so that you can implement a post-receive hook, then this guide may be helpful: answered 02 Dec '13, 01:30 ryans ♦♦ Thanks @ryans! That's helpful. If I make any progress translating those posts to Ghost, I'll post my steps back here. Appreciate it!
(02 Dec '13, 22:14)
mhulse
|