Skip to content
robertalks edited this page Apr 19, 2012 · 3 revisions

Welcome to build package script (buildpkg) wiki.

This is a small script which helps admins/users to build and install a whole LAMP style setup using nginx, php, mysql, postfix, etc.

The important fact with this script is the customer setup and installation, it does not install and setup the applications in /usr like a normal package coming from the distribution itself, but it uses a custom PREFIX, DATA and DB directories.

For example a user can install all packages in /appls (/appls/mysql, /appls/nginx, etc) and the data to be placed in /srv/www (for nginx) and /srv/databases/mysql (for mysql databases).

Clone this wiki locally