Skip to content

Instantly share code, notes, and snippets.

@solodyagin
Last active December 30, 2019 05:27
Show Gist options
  • Save solodyagin/297cbbaa28be9a55f3bc00e5746cf6ba to your computer and use it in GitHub Desktop.
Save solodyagin/297cbbaa28be9a55f3bc00e5746cf6ba to your computer and use it in GitHub Desktop.
webuseorg-install.cmd
rem Download WAMP stack
mkdir wamp
cd wamp
git clone https://github.com/solodyagin/docker-compose-wamp.git .
rem Download Inventory
cd www
rm .gitignore
git clone https://github.com/solodyagin/inventory.git .
rem Run WAMP stack
cd ..
docker-compose up
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment