Last active
April 7, 2019 13:43
-
-
Save tonkatsu7/ade962b930e5781b2407adcea1701d99 to your computer and use it in GitHub Desktop.
Install Localstack on WSL
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# install dependencies | |
apt install default-jdk | |
apt install maven | |
apt install nodejs | |
apt install npm | |
# python | |
# pip | |
# don't use the --ser flag | |
pip install --no-cache --upgrade localstack | |
# installs to /usr/local/lib/python2.7/dist-packages/localstack/infra/ | |
localstack --debug start #--docker |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment