Skip to content

montegoulding/heroku-buildpack-livecode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Apache+LiveCode build pack

This is a build pack bundling LiveCode and Apache for Heroku apps.

Configuration

The config files are bundled with the build pack itself:

  • conf/httpd.conf

Using the buildpack

You can override the Heroku default buildpacks by specifying a custom buildpack in the BUILDPACK_URL config var:

$ heroku config:set BUILDPACK_URL=https://github.com/montegoulding/heroku-buildpack-livecode

You can also specify a buildpack during app creation:

$ heroku create myapp --buildpack https://github.com/montegoulding/heroku-buildpack-livecode

Your app needs to have an index.lc file in its root directory.

Hacking

To change this buildpack, fork it on Github. Push up changes to your fork, then create a test app with --buildpack and push to it.

Meta

Created by Monte Goulding based on the Apache+PHP buildpack by Pedro Belo.

About

A buildpack for deploying Apache + LiveCode Server on Heroku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages