How to run portable babun in portabledevops

babun features the core of Babun is a pre-configured Cygwin package manager called pact, similar to ‘apt-get’ or ‘yum’ bash/zsh, build in git/gcc/python/perl mintty default terminal emulator why run babun with portabledevops to get benefit from portabledevops: portable devops tool set on windows portable babun everywhere install to portable folder …

Integrate MobaXterm to portabledevops

MobaXterm is all-in-one multi-tab tool for ssh/sftp/local terminal/X server, here is discussion how to integrate it to portabledevops. Most used feature from mobaxterm local terminal, behind is cygwin subsystem ssh client, it can import session from SecureCRT, putty macro, one key to automate repeated tasks basic setup By default there …

flaskhello container using Dockerfile in portabledevops

Objective Flask web app: Hello World! count visit from web URL using Redis using Dockerfile to auto build docker image, then start container and run flask web app on container share image via Docker Hub 1) create docker machine for test launch msys shell from portabledevops, a portable lightweight devops …

docker hands-on guide: New Docker Toolbox 17.07-ce for Windows

For the latest Docker Toolbox for Windows 17.07, there are some change on bash terminal. Docker Quickstart terminal when start quickstart terminal, it is still CMD shell, checked start command it just start bash.exe, “C:\Program Files\Git\bin\bash.exe” –login -i “C:\Program Files\Docker Toolbox\start.sh” In fact Docker Toolbox for Windows shipping with Git …

docker hands-on guide: How to map local folder to docker container on windows?

Assume you work on windows on daily base, want to get benefit from docker container using docker toolbox for test and dev purpose. run docker container on windows There are two options to run docker container on windows: run docker container directly from local window shell, like msys or cygwin …

portabledevops deploy script

This is new portabledevops deploy script, to faster the portabledevops setup. place all-in-one portable customization setting to msys2/cygwin /etc/profile.d install docker toolbox locally to msys2/cygwin setup.sh deploy script running log sample launch msys2/cygwin bash shell from cmder or console $ cd ~ ; wget -qO- ‘https://raw.githubusercontent.com/robertluwang/portabledevops/master/setup.sh’ | sh Cloning into …

Portable cygwin64 setup

install portable cygwin64 download cygwin64 from https://www.cygwin.com/setup-x86_64.exe move setup-x86_64.exe to L:\portabledevops\cygdev64 folder click setup-x86_64.exe only install wget, choice install folder and package folder to L:\portabledevops\cygdev64 it will install cygwin 64 core package. click Cygwin.bat , it will init cygwin setup dev packages launch bash shell from Cmder task tab cygdev64: …

Portable msys64 setup

install msys64 download msys2-x86_64-xxx.exe from http://msys2.github.io/ install to default location C:\msys64 copy C:\msys64 to L:\portabledevops\msys64 uninstall msys64 from windows setup msys64 base launch msys2.exe from L:\portabledevops\msys64 folder, or launch bash shell from Cmder task tab msys2: cmd /c "%ConEmuDir%……\msys64\bin\bash –login -i" at bash shell, install necessary package for dev env …

Docker Toolbox for msys2

download docker toolbox for win https://www.docker.com/products/docker-toolbox install to default location copy docker.exe, docker-machine.exe, docker-compose.exe to your msys2 /usr/local/bin uninstall docker toolbox for win docker toolbox setting 1) make junction (directory hard link) for "Program Files", it will make easy to find VirtualBox tools from cmd.exe mklink /j C:\Program_Files “C:\Program Files” …