Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where is the data...? #41

Open
Zyles opened this issue Feb 25, 2019 · 2 comments
Open

Where is the data...? #41

Zyles opened this issue Feb 25, 2019 · 2 comments

Comments

@Zyles
Copy link

Zyles commented Feb 25, 2019

I installed, I can access phpmyadmin and the db is there etc, but where is the code base?

$ sudo ls /var/www
ls: cannot access '/var/www': No such file or directory

My docker-compose.yml:

services:
  web:
    image: alexcheng/magento2
    ports:
      - "80:80"
    links:
      - db
    env_file:
      - env
    volumes:
      - /home/magento-data:/var/www/html
  db:
    image: mysql:5.6.23
    volumes:
      - db-data:/var/lib/mysql/data
    env_file:
      - env
  phpmyadmin:
    image: phpmyadmin/phpmyadmin
    ports:
      - "8580:80"
    links:
      - db
volumes:
  db-data:
  magento-data:

$ sudo ls /home/magento-data/

empty

@icychocolate98
Copy link

I have exactly the same question !

I want to use different 'datasets' for different shops . Does anyone know about that?

@icychocolate98
Copy link

Okay I think I find something,

Data comes from magento marketplace where you need an authentication key, in this example we are using a key from the author.

If you need additional data (as me), try to follow this link tutorial: https://devdocs.magento.com/guides/v2.3/config-guide/cli/config-cli-subcommands-perf-data.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants