Skip to content

Quick and dirty attempt at dockerizing current TYPO3 release on PHP7

License

Notifications You must be signed in to change notification settings

TheMonkeyz/typo37-php7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building

Build with

docker-compose build

Starting

Run with

docker-compose up

Using

Exposes TYPO3 instance on ports 80 and 443 by default
Database host is db
Database user, name, password and root password are dev

Go to http://<host_ip>/typo3/install to create an admin user

Autosetup

Tested on an Amazon t2.mirco instance using "CentOS 7 (x86_64) with Updates HVM" AMI from AWS Marketplace.

  • Start the instance
  • Connect to it and become root
  • Execute curl https://raw.githubusercontent.com/TheMonkeyz/typo37-php7/master/autosetup_centos.sh | sh
  • Wait for the magic to do its trick
  • Go to http://<host_ip>/typo3/install to create an admin user

About

Quick and dirty attempt at dockerizing current TYPO3 release on PHP7

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published