sergree / matchering

🎚️ Open Source Audio Matching and Mastering
https://pypi.org/project/matchering/
GNU General Public License v3.0
1.29k stars 151 forks source link

DOCKER_MACOS.md may be outdated #25

Closed sergree closed 3 years ago

sergree commented 3 years ago

DOCKER_MACOS.md guide may be outdated / incorrect. If you have some macOS device, feel free to update this guide.

Thank you.

misty- commented 3 years ago

Hello,

Thank you for providing such a useful tool. I did not want to fork the repository to fix this document.

Here is the fix: DOCKER_MACOS.md

macOS - Matchering 2.0 Docker Image

Docker Desktop for Mac requires Apple macOS Mojave 10.14 or newer.

  1. Download and install Docker Desktop for Mac with Intel Chip or Docker Desktop for Mac with Apple M1 Chip. Use the Docker Desktop shortcut if it didn't start automatically
  2. Wait for Docker to load: its menu bar icon will stop flashing. You can simply close the Login with your Docker ID window when it appears
  3. IMPORTANT: Increase the amount of Memory used by Docker from 2.00 GB to 4.00 GB:

    • Open the Docker Desktop menu by clicking the Docker menu bar icon
    • Select Preferences
    • Go to Resources > Advanced tab, increase Memory to 4.00 GB and click Apply & Restart

    Docker Memory

    If you don't have Advanced tab, that's fine. Just keep going

  4. Wait for Docker to load again
  5. Press ⌘ Command + Space to open the Spotlight menu. Type Terminal and then hit ↵ Return
  6. Copy and paste this command into the Terminal, then press ↵ Return:
    docker run -dp 8360:8360 -v mgw-data:/app/data --name mgw-app --restart always sergree/matchering-web
  7. Wait for Matchering 2.0 to load. It will print Status: Downloaded newer image...
  8. Enjoy your Matchering 2.0 at 🎉 http://127.0.0.1:8360 🎉 It will also run automatically at startup

IMPORTANT: Read the Keep the Privacy page if you would like to host our web application publicly!

sergree commented 3 years ago

@misty- Thank you very much for this! I'll merge it asap. 🥰

misty- commented 3 years ago

You're welcome! Also there is a problem with Docker_Windows.md. Download link for Docker for Windows is not working.

Here is the fix: DOCKER_WINDOWS.md

Windows - Matchering 2.0 Docker Image

Docker Desktop for Windows requires Microsoft Windows 10 64-bit: Pro, Enterprise, Education, or Home.

  1. Download and install Docker Desktop for Windows 10

    Win Step 1

    Win Step 2

    Your system may be restarted after the installation

  2. Use the Docker Desktop shortcut if it didn't start automatically

    Win Step 3

  3. If you get this error, you should enable hardware virtualization

    Win Step 4

  4. If you get this message, you should install WSL 2. Click Restart next

    Win Step 5

  5. Just close these 2 windows as they appear

    Win Step 6

  6. Wait for Docker to load: its taskbar icon will stop flashing. You should get this notification

    Win Step 7

  7. Press ❖ Windows + R to open the Run dialog box. Type cmd and then hit ↵ Enter

    Win Step 8

  8. Copy and paste this command into the Command Prompt, then press ↵ Enter:

    docker run -dp 8360:8360 -v mgw-data:/app/data --name mgw-app --restart always sergree/matchering-web

    Win Step 9

  9. Wait for Matchering 2.0 to load. It will print Status: Downloaded newer image...

    Win Step 10

  10. Enjoy your Matchering 2.0 at 🎉 http://127.0.0.1:8360 🎉 It will also run automatically at startup

    Win Step 11

IMPORTANT: Read the Keep the Privacy page if you would like to host our web application publicly!

misty- commented 3 years ago

One last comment. Here is a link to all current versions of Docker if you need it.

https://hub.docker.com/search?q=&type=edition&offering=community

sergree commented 3 years ago

@misty-

Thank you very much, I really appreciate it! 🤗

Merged: https://github.com/sergree/matchering/commit/aa9c00d505f35c5386fbb812ae76d934f0516b46 https://github.com/sergree/matchering/commit/75415eee66738d771d87d4a957229e95e76e08fe