Skip to content

Instantly share code, notes, and snippets.

@joshualambert
Created September 14, 2012 17:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save joshualambert/3723471 to your computer and use it in GitHub Desktop.
Save joshualambert/3723471 to your computer and use it in GitHub Desktop.
How to install git-ftp
(Copied From: http://alexfluger.blogspot.com/2012/01/easy-deploy-to-ftp-from-git.html) (Thank you Alex, this has helped me alot!)
Easy deploy to FTP from GIT
Have a shared hosting? No SSH and Git? Take a look on git-ftp. It is very easy to install and use. Here I will show you how to install it and start to use.
Installation
First, clone source code repository from github (it will create git-ftp folder):
git clone http://github.com/resmo/git-ftp.git
Then, go to git-ftp folder and checkout latest version:
cd git-ftp
git checkout master
And finally, install it:
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment