go to root folder and type `docker-compose up'
When Docker-Boilerplate is running, open http://localhost:8000/adminer.php
enter the following:
user: dev
password: dev
host: mysql
db: typo3
In Adminer import this sql file:
https://drive.google.com/drive/folders/0B2tXMxwFfrK6ckxCRXoyb3RuQzg?usp=sharing
Then go to your terminal and cd into app
In app do a composer install
When done, you cd into app/html/typo3conf/ext/t3olayout/Private
and run npm install
You will then have the Grunt-Tasks ready to compile CSS and JS needed.
The user for the backend can be found in the official TYPO3.org Docker. You will find this repo in gitlab. In the project itself there is an .env file where the user t3o can be found.
##This is based on TYPO3 docker boilerplate from WEBDEVOPS
This is an easy customizable TYPO3 docker boilerplate.
Supports:
- Nginx or Apache HTTPd
- PHP-FPM (with Xdebug)
- MySQL, MariaDB or PerconaDB
- PostgreSQL
- Solr (disabled, without configuration)
- Elasticsearch (disabled, without configuration)
- Redis (disabled)
- Memcached (disabled)
- Mailcatcher (if no mail sandbox is used, eg. Vagrant Development VM)
- FTP server (vsftpd)
- PhpMyAdmin
- Support for
TYPO3_CONTEXT
andFLOW_CONTEXT
for TYPO3, FLOW, NEOS. - maybe more later...
This Docker boilerplate is based on the Docker best practices and doesn't use too much magic. Configuration of each docker container is available in the docker/
directory - feel free to customize.
This boilerplate can also be used for any other web project. Just customize the makefile for your needs.
Warning: There may be issues when using it in production.
If you have any success stories please contact me.
You can use my Vagrant Development VM for this Docker boilerplate, e.g. for easily creating new boilerplate installations with short shell command: ct docker:create directory
.
- First steps / Installation and requirements
- Updating docker boilerplate
- Customizing
- Services (Webserver, MySQL... Ports, Users, Passwords)
- Docker Quickstart
- Run your project
- Container detail info
- Troubleshooting
- Changelog
This Docker layout is based on https://github.com/denderello/symfony-docker-example/
Thanks for your support, ideas and issues.
- Ingo Pfennigstorf
- Florian Tatzel
- Josef Florian Glatz
- Ingo Müller
- Benjamin Rau
- Philipp Kitzberger
- Stephan Ferraro
- Cedric Ziel
- Elmar Hinz
Thanks to cron IT GmbH for inspiration.
Did I forget anyone? Send me a tweet or create pull request!