Install a CMS on LfPHP

Please note that this code example also applies to WordPress since LfPHP 8.0!

Download code as text file

To install Concrete5, Drupal, Joomla or WordPress inside a Linux for PHP container (we will use LfPHP with PHP 7.2.0), please enter the following command :

docker run --rm -it -p 8181:80 asclinux/linuxforphp-8.1:7.2.5-nts /bin/bash -c "cd ; wget -O tmp http://bit.ly/2z288Wk ; /bin/bash ./tmp ; /bin/bash"

Once you are done, you will be able to install Concrete5, Drupal, Joomla or WordPress by using their default Web installers. Please note that if you are using clean URLs, you might have to create the appropriate HTACCESS file according to what is needed to run the CMS that you are installing.

Have a lot of fun!