Skip to content

Instantly deploy open source software to AppHarbor

Notifications You must be signed in to change notification settings

runesoerensen/Apphbify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#AppHarbify

Instantly deploy open source application into the AppHarbor cloud platform.

To see it in action, visit http://appharbify.com and sign in with your AppHarbor account.

##Making your app available? It's simple, fork Appharbify, edit Apps.json and send me a pull request.

Here is an example of what you need to add

{  
  'key': 'a unique key for your app',  
  'name': 'a friendly, short, name for your app',  
  'description': 'a longer description of your app',  
  'project_url': 'link to the project homepage',  
  'download_url': 'link to gzipped tarball of source to be deployed, github helpfully provides these',  
  'addons': ['an', 'array', 'of', 'addons', 'to', 'install'],  
  'variables': {
    'variable_name': 'variable description',
    'second_variable': 'description'  
    // A hash of variables that the user can configure. These are injected into web.config/appSettings
  },  
  'enableFileSystem': true/false  // Controls whether to enable file system access on AppHarbor  
}  

For a list of supported addons see Addons.cs

##Contact Grab me on twitter @csainty, follow my blog or track me down somewhere on JabbR.

About

Instantly deploy open source software to AppHarbor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.2%
  • C# 32.8%