Skip to content

briancollins/moodle-heroku-buildpack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apache2.4+PHP5.4 build pack for Moodle

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

Configuration

The config files are bundled with the build pack itself:

  • conf/httpd.conf
  • conf/php.ini
  • conf/config.php (Moodle default configuration)

Pre-compiling binaries

Run sudo ./precompile.sh under a Ubuntu 10.04 VM, and it will produce /app/apache-VERSION.tar.gz and /app/php-VERSION.tar.gz binary archives which you can host somewhere for /bin/compile to download.

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

Froked from https://github.com/grahamjenson/heroku-buildpack-mahara

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%