[REM] script install OSX: move docker installation to FAQ
This commit is contained in:
parent
3f8dfcd392
commit
5535a81213
2 changed files with 15 additions and 6 deletions
15
doc/FAQ.md
15
doc/FAQ.md
|
|
@ -109,3 +109,18 @@ git branch -av
|
||||||
git reset --hard REF_OF_REMOTES/m
|
git reset --hard REF_OF_REMOTES/m
|
||||||
> git reset --hard remotes/origin/rel/8953/zd552kl/7.1.1-11.40.208
|
> git reset --hard remotes/origin/rel/8953/zd552kl/7.1.1-11.40.208
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## OSX installation
|
||||||
|
|
||||||
|
### Docker installation
|
||||||
|
|
||||||
|
This guide works in the past, but it's now broken
|
||||||
|
|
||||||
|
```bash
|
||||||
|
echo "\n--- Installing docker --"
|
||||||
|
brew install minikube docker docker-compose docker-machine
|
||||||
|
brew cask install virtualbox
|
||||||
|
docker-machine create --driver virtualbox default
|
||||||
|
docker-machine env default
|
||||||
|
eval "$(docker-machine env default)"
|
||||||
|
```
|
||||||
|
|
|
||||||
|
|
@ -28,12 +28,6 @@ echo "\n--- Installing Python 3 + pip3 --"
|
||||||
brew install git python3 wget pyenv
|
brew install git python3 wget pyenv
|
||||||
brew link git
|
brew link git
|
||||||
brew link wget
|
brew link wget
|
||||||
echo "\n--- Installing docker --"
|
|
||||||
brew install minikube docker docker-compose docker-machine
|
|
||||||
brew cask install virtualbox
|
|
||||||
docker-machine create --driver virtualbox default
|
|
||||||
docker-machine env default
|
|
||||||
eval "$(docker-machine env default)"
|
|
||||||
echo "\n---- Installing nodeJS NPM and rtlcss for LTR support ----"
|
echo "\n---- Installing nodeJS NPM and rtlcss for LTR support ----"
|
||||||
brew install nodejs npm openssl
|
brew install nodejs npm openssl
|
||||||
sudo npm install -g rtlcss
|
sudo npm install -g rtlcss
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue