Code Monkey home page Code Monkey logo

magento-docker-compose's Introduction

magento-docker-compose

Installation Guide

  1. Clone the magento-docker-compose repository by executing the following command in the working directory:
    git clone https://github.com/mowadigital/magento-docker-compose.git <name folder>

  2. Go into the folder
    cd <name folder>

  3. Edit the docker-copmose.yml file (with VIM) VIM cheat Sheet
    vi docker-compose.yml

  4. Start editing in VIM press 'i'

  5. Replace 'magento002' with magentodemo
    :%s/old/new/g (replace all old with new throughout file)
    :%s/magento002/magentodemo/g

  6. Save and quit VIM
    :wq

  7. Run Docker (this will create/pull the images)
    docker-compose up -d

  8. View the current containers
    docker ps

Setup Magento

  • Go to the browser and type the following:
    localhost:8002/setup

  • Click on the 'Agree and Setup Magento' button

Magento Setup Wizard

  1. Click on the 'Start Readiness Check' button

This will check your PHP version, settings, extensions and file permissions

click 'next'

  1. Add a database

Database Server Host -> db
Database Server Username -> root
Database Server Password -> root
Database Name -> magentodemo
Table prefix (optional) -> (leave empty)

click 'next'

  1. Web cofig

Your Store Address -> http://localhost:8002/ (already predefined)
Magento Admin Address -> http://localhost:8002/(adminlink) (also predefined)

click 'next'

  1. Customize your store

Store Default Time Zone -> "choose your timezone"
Store Default Currency -> "choose your currency"
Store Default Language -> "choose your default language"

click 'next'

  1. Create admin account

New Username -> "choose a username"
New Email -> "fill in an emailaddress"
New Password -> "choose a password"
Confirm Password -> "confirm the password"

click 'next'

  1. READY! Click on the 'Install Now' button

magento-docker-compose's People

Contributors

mowadigital avatar philipdenys avatar

Watchers

 avatar

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.