Install on Mac

Install docker

  1. Go to https://hub.docker.com/editions/community/docker-ce-desktop-mac/
  2. Download the Edge version, as it tends to have the latest updates.
  3. Install docker, you'll see a docker app on your task bar.
  4. Once installed run it and you'll see

 

Configure Your System for eMedia Server

Create user in entermedia

  1. Go to Users & Groups settings
  2. Then 
  3. then you can click on the + sign and create user
  4. To make sure the user exsits do the following command on your terminal:
    1. bash id -u entermedia
  5. create folder for entermedia:
    1. bash mkdir /Users/entermedia/Public/emsites chown entermedia /Users/enteremdia/Public/emsites 
  6. Share folder to give permission to everyone


     

Configure Docker

Go to your docker preferences > Resources > File Sharing and add the previously created folder.

 

Now you can click "Apply & Restart" button to reload the application and have the changes take effect.

 

Install eMedia

Download and install script

Type in the following commands into your terminal:

bash cd /Users/entermedia/Downloads wget -O - https://raw.githubusercontent.com/entermedia-community/entermediadb-docker/master/scripts/entermedia10-docker-mac.sh >> entermedia-docker.sh 
chmod +x entermedia-docker.sh 
./entermedia-docker.sh test 100 entermedia 

 

Continue with eMedia installation and configuration here.