Coder Social home page Coder Social logo

docker-typo3's Introduction

dkd/docker-typo3

Out-of-the-box TYPO3 docker image which can be linked to MySQL.

CREDITS

This image is highly inspired by (tutum-docker-wordpress-nosql)[https://registry.hub.docker.com/u/tutum/wordpress-stackable/]!

Usage (standalone)

This image needs an external MySQL server or linked MySQL container. To create a MySQL container:

docker run -d -e MYSQL_PASS="<your_password>" --name db -p 3306:3306 tutum/mysql:5.5

To run TYPO3 by linking to the database created above:

docker run -d --link db:db -e DB_PASS="<your_password>" -p 80:80 dkdde/typo3

Now, you can use your web browser to access TYPO3 from the the follow address:

http://localhost/typo3

User is "admin" and password is "password".

Usage (as a base image)

If you want to use it as a base image to create your customized version of TYPO3, you can do so by creating a Dockerfile similar to the following:

FROM dkdde/typo3:latest

# Add an initial data which will be automatically loaded when creating the database for the first time
ADD initial_db.sql /initial_db.sql

# Add a custom composer.json
ADD composer.json /app/composer.json

docker-typo3's People

Contributors

ksjogo avatar sascha-egerer avatar

Watchers

 avatar  avatar  avatar

Forkers

nahlll

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.