Open birdman002 opened 6 years ago
A lot has changed with Windows, WSL2, and Docker since I last tried this process (for the better).
I started a discussion at https://github.com/markshust/docker-magento/discussions/372 and I'm at the last step to get SSL working. I should have working documentation soon 😄
Has anyone subscribed to this ticket figured out SSL, in regards to getting it working with WSL2/Ubuntu 20?
If you are using Firefox and it warns you the SSL certificate is invalid/untrusted, go to Preferences -> Privacy & Security -> View Certificates (bottom of page) -> Authorities -> Import and select ca.cert.pem for import, then reload the page.
If you are using Chrome on Linux and it warns you the SSL certificate is invalid/untrusted, go to Chrome Settings -> Privacy And Security -> Manage Certificates (see more) -> Authorities -> Import and select ca.cert.pem for import, then reload the page.
Thanks @df2k2. I'd like to find an automated solution also if possible?
Thanks @df2k2, I'll use this for the initial documentation.
And I have great news! I have confirmed the instructions at https://github.com/markshust/docker-magento/discussions/372 are indeed working, and have replicated on install of Magento 2 on Windows using WSL 2 and Ubuntu. I'll be writing up some formal documentation so we can finnnnnnally close out this ticket.
Performance is great.
If you are using Firefox and it warns you the SSL certificate is invalid/untrusted, go to Preferences -> Privacy & Security -> View Certificates (bottom of page) -> Authorities -> Import and select ca.cert.pem for import, then reload the page.
If you are using Chrome on Linux and it warns you the SSL certificate is invalid/untrusted, go to Chrome Settings -> Privacy And Security -> Manage Certificates (see more) -> Authorities -> Import and select ca.cert.pem for import, then reload the page.
Where abouts do I get hold of ca.cert.pem ?
Installing this on WSL2 has been a real headbanger so far but im nearly there ! installation got stuck on copyfromcontainer but i just skipped it in the end (3 hours?) and seems to be ok.
Thanks @df2k2, I'll use this for the initial documentation.
And I have great news! I have confirmed the instructions at #372 are indeed working, and have replicated on install of Magento 2 on Windows using WSL 2 and Ubuntu. I'll be writing up some formal documentation so we can finnnnnnally close out this ticket.
Performance is great.
@markshust Mark have you had a chance to write up this documentation yet?
I am on windows, I am working on going through this repo to install magento.
I get to the bin/copymagento, after it does all the pulls i get this error
cp: cannot stat '/src/.': No such file or directory
Not sure where I went wrong.
Thank you!
Best