Download the PHP package funkyproject/dockerize-magento1 without Composer
On this page you can find all versions of the php package funkyproject/dockerize-magento1. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download funkyproject/dockerize-magento1
More information about funkyproject/dockerize-magento1
Files in funkyproject/dockerize-magento1
Package dockerize-magento1
Short Description Docker infrastructure defintions for Magento 1
License Apache-2.0
Homepage https://github.com/funkyproject/dockerize-magento1
Informations about the package dockerize-magento1
Dockerize Magento 1
A composer package for dockerizing your Magento 1.9.x
The composer package funkyproject/dockerize-magento1 adds Docker and Docker Compose files to your Magento 1 project so you can run your Magento 1 shop without having to install Apache/Nginx, MySQL or PHP on your system.
Installation
Make sure you have the right deploy strategy for your project. Because docker will not work if your docker-compose.yml is just a symlink:
- If you use the "copy" strategy, you don't have to change anything.
- If you use the default "symlink" strategy you must create an exception for
funkyproject/dockerize-magento1
in your composer.json:
Add funkyproject/dockerize-magento1
to your Magento 1 project:
Choose a database name and the passwords for the root user and shop user in the .env
file:
Build and start the docker containers:
Software Requirements
For Linux users you must have a recent version of docker and docker-compose installed.
If you are a Mac or Windows user, use Docker for Mac or Docker for Windows:
Licensing
dockerize-magento1 is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.
Related projects
This project is a fork of wambo/dockerize-magento1