TYPO3

Installing TYPO3 with Composer on Debian box

Install composer on Debian box curl -sS https://getcomposer.org/installer | phpmv composer.phar /usr/local/bin/composerchmod +x /usr/local/bin/composersudo composer self-update Install TYPO3 cd /var/www/domain.nl/webphp7.3 /usr/local/bin/composer create-project typo3/cms-base-distribution

Read More »

TYPO3 Performance

This layer is about the basic services many CMS and web applications are based on: the web server, php and database. TYPO3 is relying on

Read More »

Most Popular