A VERY simple (and powerful) Magento environment provisioner for Docker.
[Magento & kubernetes]
- Creates a running Magento environment with a few simple commands.
- Runs on Ubuntu (Trusty 14.04 64 Bit) \w
- Percona Server 5.6 (like MySQL) as Service (HA)
- ProxySQL
- Redis (Session and Page Cache)
- HHVM 3 (PHP from Facebook)
- Nginx 1.4 (HTTP server)
- Uses Magento CE 2.*
- Automatically runs Magento's installer and creates CMS admin account.
- Optionally installs Magento Sample Store Inventory
- Goes from naught-to-Magento in a couple of minutes.
- Removed packages: apache2* and php5*
Prerequisites
- Install VirtualBox
- Install Docker
- Clone or download this repository to the root of your project directory
git clone https://github.com/agentelinux/powerful-magento-vagrant.git
- Create cluster Kubernetes in GCP Google Container Engine
- In your browser, head to
127.0.0.1:8081
- Magento CMS is accessed at
127.0.0.1:8081/admin
- User:
admin
Password:password123123
- Install Magento - OK
- Install Percona as Service
- Install Redis as Service
- Install Kubernetes