Skip to content

Latest commit

 

History

History
executable file
·
68 lines (42 loc) · 2.46 KB

README.md

File metadata and controls

executable file
·
68 lines (42 loc) · 2.46 KB

Magento 1

Magento 1 Docker to Development

Apache 2 + PHP 5.5 + MariaDB + Magerun + OPCache

Build Status Docker Build Docker Pulls

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
./kill Stop your project containers and remove named volumes
./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.