cloudsidedev / appside

Multitenant environment automation.
http://cloudside.ch
GNU Affero General Public License v3.0
38 stars 7 forks source link

Typo3 support #50

Closed ivomarino closed 7 years ago

ivomarino commented 7 years ago

we want to add vhost support for Typo3 CMS, this is similar to vhost-dev-wp_bedrock.conf.j2:

        ...
        DocumentRoot /var/www/vhosts/typo3/web

        <Directory /var/www/vhosts/typo3/>
                Options FollowSymLinks
                AllowOverride All
                # Apache 2.4 only syntax, see: http://httpd.apache.org/docs/2.4/upgrading.html
                # Require all granted
                Order allow,deny
                Allow from all
        </Directory>
        ...

Initial setup issues have been following but should have been fixed through https://github.com/ttssdev/appflow/commit/930744b8c854fb713b7cb0ee585a9d03b8fc8b50 and https://github.com/ttssdev/appflow/commit/aa094f7ae921f5f6e232a0cb0e7fe193b21acef5:

typo3-install
ivomarino commented 7 years ago

can be considered done.