Skip to content

Instantly share code, notes, and snippets.

@Ourelius
Ourelius / Install Typo3
Last active December 4, 2019 11:45
Install Typo3
### Setup Typo3
# USING COMPOSER
$ curl -sS https://getcomposer.org/installer | php
$ mv composer.phar /usr/local/bin/composer
$ touch composer.json
$ sudo nano composer.json
{
"repositories": [