Last active
December 13, 2017 15:45
-
-
Save geoHeil/3308c1bd2a7ba278d2e7aa70d91a772f to your computer and use it in GitHub Desktop.
playing with the latest atlas version
This file contains hidden or 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
git clone https://github.com/geoHeil/atlas.git | |
cd atlas | |
git checkout dockerAtlasChangeUrl | |
# -------------------------------------------------- | |
# docker playground | |
cd dev-support/atlas-docker/ | |
docker build -t atlas_docker . | |
docker run -it -p 21000:21000 atlas_docker | |
# open your browser and go to | |
http://localhost:21000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
local installation