andreaskoch / dockerized-magento

A dockerized Magento Community Edition 1.9.x
BSD 3-Clause "New" or "Revised" License
278 stars 144 forks source link

Copying root files into local machine #33

Open rohitgehe05 opened 7 years ago

rohitgehe05 commented 7 years ago

Hey @andreaskoch -

Firstly thanks for your brilliant contribution! I would like to know if there is a way to copy the root installed files, i.e. The Magento source code into my local machine and use that as a mount point?

So I would be able to modify the install as well as try out new extensions. Any help would be greatly appreciated.

Thanks.

MrLuisAmador commented 6 years ago

Hello,

Don't know if you figure this out but I was asking myself the same question. After loading up the project I was seeing a 403 forbidden page. I realized that there was no core files at all when the project was started up. I added an index.html file in the web/ folder and then I saw my hello world page. I guess you're suppose to install the magento core files into the web folder yourself.

I maybe be wrong as hell but that's my conclusion after toying around for a hour or so.

MrLuisAmador commented 6 years ago

Disregard my last message. It seems the installer is failing. The core files are never being installed.

fail

This is fine since my plans was to install an already live M1 website into my local environment to update the code. Hopefully I fine no other issues because this repo seems like a really cool project.