-
-
Notifications
You must be signed in to change notification settings - Fork 27
Installation
Shyim edited this page Aug 4, 2022
·
12 revisions
- Linux or Windows. macOS is currently not supported due VirtioFS issue
- Snap installation of docker is not supported
- Docker
- Docker Compose v2 (Follow https://docs.docker.com/compose/install/ to install an updated version)
- The Linux User UID is
1000
. (Runid -u
to check) - The Linux user needs to be in the docker group
- Command:
sudo usermod -aG docker $USER
- Restart your system
- Command:
- Following packages were installed:
dialog
andjq
- Ubuntu/Debian:
sudo apt install dialog jq
- Arch:
sudo pacman -S dialog jq
- Ubuntu/Debian:
- Clone the shopware-docker repository to your local machine:
git clone https://github.com/shyim/shopware-docker.git ~/Documents/shopware-docker
- Create a symlink to your PATH
sudo ln -s /home/$USER/Documents/shopware-docker/swdc /usr/local/bin/swdc
- Optional on Bash: Add the following to your
~/.bashrc
to have autocompletion:source ~/Documents/shopware-docker/completion.sh
- Start the containers
swdc up
See Guide