rorteg / Magento1

PHP + Apache

Home Page:https://hub.docker.com/r/rafaelcgstz/php-apache/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Magento 1

Magento 1 Docker to Development

Apache 2 + PHP 5.5 + MariaDB + Magerun + OPCache

Build Status Build Status

This cluster ready docker-compose infrastructure.

Requirements

MacOS:

Install Docker, Docker-compose and Docker-sync.

Windows:

Install Docker, Docker-compose and Docker-sync.

Linux:

Install Docker and Docker-compose.

How to use

Execute in your terminal, change the MYMAGENTO to use the name of your project:

curl -s https://raw.githubusercontent.com/clean-docker/PHP-Apache/master/init | bash -s MYMAGENTO clone

If you want install the Magento, use like that:

cd MYMAGENTO
./shell

Panels

Enjoy your new panels!

Web server: http://localhost/

PHPMyAdmin: http://localhost:8080

Local emails: http://localhost:8025

Features commands

Commands Description Options & Examples
./init If you didn't use the CURL setup command above, please use this command changing the name of the project. ./init MYMAGENTO
./start If you continuing not using the CURL you can start your container manually
./stop Stop your project containers
./shell Access your container ./shell root
./magento Use the power of the Magento CLI
./n98 Use the Magerun commands as you want
./xdebug Enable / Disable the XDebug

License

MIT © 2017 Rafael Corrêa Gomes and contributors.

About

PHP + Apache

https://hub.docker.com/r/rafaelcgstz/php-apache/


Languages

Language:Shell 99.2%Language:PHP 0.8%