Custombuild 2.0 Alpha

DirectAdmin Support

Administrator
Staff member
Joined
Feb 27, 2003
Messages
9,158
Hello,

Many thanks to Martynas for his invaluable work on this project.

Note that Custombuild 2.0 is now in Alpha release, meaning it's ready for the early stages of testing.
This should be reserved for knowledgeable Admins, those with experience working with apache, php, and php-fpm (would be useful).

This is the first iteration of the script, so although it should "work", it is possible that there are items missing or unresolved bugs.

We do not yet recommend custombuild 2.0 for production systems.
After sufficient testing has happened, CB 2.0 will be upgraded to Beta status, in which case it should be more ready for other who wish to test it out.

During the testing phase, please report issues to this forum, and do not post issues to this thread
We will not provide technical support via E-Mail at this time (until sufficient testing is done).

Note that the options.conf file will not be converted at this time, but may be converted to the 2.0 format at a later time. For now, we recommend deleting the options.conf, letting the 2.0 "./build" script create you a new one, and changes the options as desired.

To install CB 2.0 with the default settings:
1) Install the pre-release binaries for DirectAdmin, as they contain required template changes, and binary changes.

2) Update to CB 2.0, and install it with the default settings
Code:
cd /usr/local/directadmin
wget -O custombuild.tar.gz http://files.directadmin.com/services/custombuild/2.0/custombuild.tar.gz
tar xvzf custombuild.tar.gz
cd custombuild
rm -f options.conf
./build all d
3) To use php-fpm, add:
Code:
./build set php1_mode php-fpm
./build all d
which will set php1 to the php1_release setting (which defaults to 5.4).

To use 5.4 as php1, and 5.3 as php2 (for example), use
Code:
./build set php1_release 5.4
./build set php2_release 5.3
./build set php1_mode php-fpm
./build set php2_mode php-fpm
./build all d
Please report issues to this forum and not this thread, and please check the forum for the issue before reporting.
As mentioned earlier, we will not yet be providing email support for CB 2.0.

Enjoy!

John
 
Last edited by a moderator:
Back
Top