Code Monkey home page Code Monkey logo

doofinder-magento2's Introduction

doofinder-magento2

Build Status

Docker Environment

To use the docker environment clone this repo inside a folder structure like this:

some_directory <- Name is not important
  |- packages
     |- doofinder
        |- doofinder-magento2 <- This repo

And copy this repo's docker-compose.yml file to the root of the base directory (some_directory in the example) so you'll have:

some_directory <- Name is not important
  |- packages
  |  |- doofinder
  |     |- doofinder-magento2 <- This repo
  |- docker-compose.yml

Edit the copy of docker-compose.yml and set your tokens in the COMPOSER_AUTH environment variable.

Then run the environment by executing:

$ docker-compose up

from the base directory where the copy of docker-compose.yml is located.

Magento 2 with the module installed will be running at http://localhost:80.

The admin panel will be available at http://localhost:80/admin. Admin credentials are easy:

User: admin
Pass: admin123

To install sample data, with the containers running:

$ docker-compose exec app bash
root@...:~# cd $MAGENTO_PATH
root@...:/var/www/magento# gosu application php -d memory_limit=-1 ./bin/magento sampledata:deploy
root@...:/var/www/magento# gosu application php -d memory_limit=-1 ./bin/magento setup:upgrade

doofinder-magento2's People

Contributors

carlosescri avatar paweltatarczuk avatar dominikklemetowski avatar dawidmaczynski avatar

Watchers

James Cloos avatar Manuel García Solipa 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.