Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

*note, this documentation is unique to the Magento2-Cloud environment and is different from the Nurse.com webscale environment which is documented at the link Nurse.com Environment setup

Table of Contents
Note

This page is mostly deprecated. Please see Magento Local Install for Mac

Overview

We use Docker to run our VMs. We have created a small set of bin scripts that decorate docker commands for ease of use. We have also created custom base images and conventions for using Docker Compose to stand up projects locally. These projects have all dependencies like MySQL, Redis, ElasticSearch, and even multiple apps like Magento, Wordpress, etc. built right into them. 

...

Code is located at /var/www/continuingeducation. Conductor is located at /home/webuser/conductor.

Conductor commands should work as expected.

...

Set up a network drive at \\robodocker. In windows, open an explorer window and browse to \\robodocker. Then, right click on www and click "Map Network Drive". Then do the same for the webuser home directory.

If windows security asks for username / password credentials use:

username: webuser
password: password1

Mac

Code Block
mkdir -p "~/path/to/mount"
mount_smbfs cifs://webuser:password1@robodocker/www/ "~/path/to/mount"

...