-
-
Notifications
You must be signed in to change notification settings - Fork 256
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
Documentation request #1
Comments
I ran docker ps command. sh /usr/local/bin/install-magento |
I don't have a Windows 10 machine, you can refer to this page on how to edit the host file. If you are using the new native docker client (not Boot2Docker), you can modify the host file by adding this (not tested):
|
For documentation, you can see my Magento 1.x repo. These two follow the same instructions. |
Can you give me some direction to edit magento source code from host editor for example using net beans? |
windows mounting not working.its throwing an error like composer.json not found when i'm trying to build. in appdata folder I placed my code.and i commented some lines like downloading code from github,and moving code to container.
|
You shouldn't mount the whole Magento source directory, because you don't need to modify source code of core Magento files. You just need to mount your own extension/theme code. For example, if you are developing a theme, volumes:
- ./dev/theme:/var/www/html/app/design/frontend/mytheme/default |
Hello, Following this issue; I'm agreed we don't need to mount the whole Magento Soruce; but would be nice to have the whole code in a host folder in order to run PhpStorm Project and debug whatever is necessary. I tried to add the volume: "- ./src:/var/www/html" and I had the same poblem as @sivajik34. Any solution? |
Sry for the very general question but can I run this on circle ci? I mean how do i start it? |
Circle CI supports running Docker images. So just use this Docker image in
its config file. You can use *run* in the config file to install Magento.
…On Wed, Nov 29, 2017 at 6:07 AM, Ioan Ghisoi ***@***.***> wrote:
Sry for the very general question but can I run this on circle ci? I mean
how do i start it?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABHgEEyZ-HYGW6wGzldZIbmihy4JvHnEks5s7D25gaJpZM4KP7qp>
.
--
Regards
Alex Cheng
|
@alexcheng1982 - Completely agree on not touching core files but any recommendation as to how we can setup our IDE and XDebugger etc for full development workflow? |
RE: Previous Comment
This is what i did with "Windows-10-Home" and "Docker Toolbox":
|
Added more doc about development and testing using this Docker image. |
@alexcheng1982 can you share how to configure this image for Xdebug with phpstrom please, its much needed thing!! |
I forked the repo,then i cloned to my local,then I checkout to 2.1 branch by fetching the original repo.
I renamed to docker-compose.yml .
Now i ran docker-compose up -d .
Now what are the steps needed to run the magento in host browser?
Can you add documentation?
The text was updated successfully, but these errors were encountered: