Overview

Normally, FeedHenry stores your App files on our servers. However, it is also possible to store your App files on GitHub.  This allows a developer to use the editor of their choosing, and to take advantage of the collaboration and version control features of Git.

Creating using FHC

If you have a git read-only url, you can create an app with FHC with one simple command:
fhc apps create <app_title> <git-readonly-url> <git-branch>
e.g.
fhc apps create MyApp git://github.com/feedhenry/App-Anatomy.git master
If you have wish to create an app from a git repo that is password protected, you can specifiy the key file to upload:
fhc apps create <app_title> <git-url> <git-branch> <key-file>
e.g
fhc apps create MyApp git@github.com:user/MyApp.git master myKey.pem

Creating using the App Studio