Skip to content

prepare

R-DIGITAL edited this page Sep 3, 2021 · 1 revision
echo Type your git user:
read user
echo Type your git password
read -s gitpass

git clone https://$user:$gitpass@github.com/R-DIGITAL/rdmove-docker.git
git clone https://$user:$gitpass@github.com/R-DIGITAL/MagentoProject.git

cp MagentoProject/docs/auth.json /home/devilbox/.composer/auth.json

sudo dpkg -i rdmove-docker/rdmove_0.8_amd64.deb
rm -R MagentoProject -f
rm -R rdmove-docker -f
Clone this wiki locally