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 |
local installation
git clone https://github.com/atlas/atlas.git
cd atlas
export MANAGE_LOCAL_SOLR=true
export MANAGE_LOCAL_HBASE=true
export MAVEN_OPTS="-Xms2g -Xmx2g"
mvn clean install -DskipTests -Pdist,embedded-hbase-solr
mkdir atlas-bin
tar xzf distro/target/*bin.tar.gz --strip-components 1 -C atlas-bin
./bin/atlas_start.py
tail -f logs/app
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
see the docker file here: https://github.com/geoHeil/atlas/blob/dockerAtlasChangeUrl/dev-support/atlas-docker/Dockerfile