Skip to content

Commit

Permalink
#2935: install_rancher, rm 'touch', reoroder volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff1evesque committed May 1, 2018
1 parent 377bc81 commit 65d7b57
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions install_rancher
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,10 @@ if docker -v >/dev/null 2>&1; then
eval "$('C:\Program Files\Docker Toolbox\docker-machine.exe' env rancher)"
fi

## create docker volumes
mkdir -p ./data/{mariadb,mongodb,redis}
mkdir -p ./interface/static/{js,css}

## register host with rancher
docker run \
--rm \
Expand Down Expand Up @@ -339,10 +343,3 @@ else
echo 'please install docker per https://github.com/jeff1evesque/machine-learning#installation'
exit 1
fi

## create docker volume
mkdir -p ./data/{mariadb,mongodb,redis}
mkdir -p ./interface/static/{js,css}

## trigger asset build
touch src/jsx/content.jsx

0 comments on commit 65d7b57

Please sign in to comment.