v0.3.6 OSX
Pre-release
Pre-release
Prerequisites:
- some xcode command line tools are required during building of dependencies. You must run
sudo xcode-select --install
on your terminal before running the installer. - The various projects depend on standard packages installed from homebrew.
You can run this command to install Homebrew on your system:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- Docker. DVPN runs its service in containers, thus you need Docker. Now that we have homebrew it is easy to install. Just run:
brew install --cask docker
. Once installed, open the Docker.app (in /Applications), accept the EULA, and then you can close the Docker application and continue the install.
After installing prerequisites, the double click package installer in this Release will take ~20-30 minutes to download/compile all dependencies.
To tail the installer progress logs, you can run tail -f /var/log/install.log
in your terminal.
Once the installer is finished you can run the app by double clicking the HandyHost.app in /Applications/Handyhost
The app will keep a daemon running in the background that if you wish to kill manually, there is a command to kill it listed in the HandyHost.app screen.