Releases: HandyOSS/HandyHost
HandyHost 0.4.5 (MacOS & Debian)
MacOS Install Instructions
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 (HandyHost_v0.4.5.pkg) 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 it will auto-launch the HandyHost Service as well as launch the StatusBar control (top-right mini icon) which you can use to stop/start and launch the GUI. HandyHost will start after the user logs-in after any restart event.
Debian/Ubuntu Install Instructions
- Download the release (handyhost_v0.4.5.deb) below from Assets, and save it to file (for example, in Downloads).
- Open a terminal, and cd where you downloaded, example:
cd ~/Downloads
- Install with dpkg with this command:
sudo dpkg -i handyhost_v0.4.5.deb || sudo apt install -f -y
Install will take ~20-30mins, the terminal logs will show how its going. Upon finish, the terminal will list the URLs to access the tool.
To start and stop HandyHost Daemon:
sudo systemctl stop handyhost
with command verbs available: stop | start | restart
HandyHost Daemon will restart on machine start.
Logs can be tailed with tail -f /var/log/handyhost.log
Future .deb builds outside of the in-app update methods can be installed via double clicking (assuming no new apt dependencies).
HandyHost v0.4.4 (MacOS and Debian)
(testing notes)
Linux: has new dependencies so you need to install this build with sudo dpkg -i ./handyhost_0.4.4.deb || sudo apt install -f -y
Pre-install:
We want to stop sia before running the install. You can either run this stuff or just restart the machine post install, up to you
Linux: sudo su
then source /root/.profile && siac stop
Mac: source ~/.bash_profile && siac stop
Things to verify:
- After the installer has run:
ps aux | grep siad
the running siad process should containsiad --api-addr localhost:10801
indicating that the default API port is 10801 (aka you should be able to run side-by-side the mac wallet app with no wallet pollution) - Mac:
ls ~/.HandyHost/aktData
, Linux:sudo ls /root/.HandyHost/aktData
should now contain folder "akashRepo" - Mac: Akash x86 tool can flash ubuntu iso onto fat32/extfat partitioned usb thumbdrive. Name should be proper, not "undefined"
- Akash: New cluster builds/sets up, and the ingress is successfully build during the POSTINSTALL process.
- Sia: Wallet panel now shows a messasge if you never created/imported a wallet
- Sia: You can import a wallet once chain is synced regardless of the wallet.height
MacOS Install Instructions
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 (HandyHost_v0.4.4.pkg) 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 it will auto-launch the HandyHost Service as well as launch the StatusBar control (top-right mini icon) which you can use to stop/start and launch the GUI. HandyHost will start after the user logs-in after any restart event.
Debian Install Instructions
Install with dpkg like:
sudo dpkg -i handyhost_v0.4.4.deb || sudo apt install -f -y
Install will take ~20-30mins, the terminal logs will show how its going
To start and stop HandyHost Daemon:
sudo systemctl stop handyhost
with command verbs available: stop | start | restart
HandyHost Daemon will restart on machine start.
Logs can be tailed with tail -f /var/log/handyhost.log
Future .deb builds outside of the in-app update methods can be installed via double clicking (assuming no new apt dependencies).
HandyHost 0.4.3 (MacOS & Debian)
MacOS=HandyHost_v0.4.3.pkg
Debian=handyhost_v0.4.3.deb
MacOS Install Instructions
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 (HandyHost_v0.4.3.pkg) 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 it will auto-launch the HandyHost Service as well as launch the StatusBar control (top-right mini icon) which you can use to stop/start and launch the GUI. HandyHost will start after the user logs-in after any restart event.
Debian Install Instructions
Install with dpkg like:
sudo dpkg -i handyhost_v0.4.3.deb || sudo apt install -f -y
Install will take ~20-30mins, the terminal logs will show how its going
To start and stop HandyHost Daemon:
sudo systemctl stop handyhost
with command verbs available: stop | start | restart
HandyHost Daemon will restart on machine start.
Logs can be tailed with tail -f /var/log/handyhost.log
Future .deb builds outside of the in-app update methods can be installed via double clicking (assuming no new apt dependencies).
HandyHost v0.3.9 (MacOS and Debian)
MacOS=HandyHost_v0.3.9.pkg
Debian=handyhost_v0.3.9.deb
MacOS Install Instructions
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 (HandyHost_v0.3.9.pkg) 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 it will auto-launch the HandyHost Service as well as launch the StatusBar control (top-right mini icon) which you can use to stop/start and launch the GUI. HandyHost will start after the user logs-in after any restart event.
Debian Install Instructions
Install with dpkg like:
sudo dpkg -i handyhost_v0.3.8.deb || sudo apt install -f -y
Install will take ~20-30mins, the terminal logs will show how its going
To start and stop HandyHost Daemon:
sudo systemctl stop handyhost
with command verbs available: stop | start | restart
HandyHost Daemon will restart on machine start.
Logs can be tailed with tail -f /var/log/handyhost.log
Future .deb builds outside of the in-app update methods can be installed via double clicking (assuming no new apt dependencies).
HandyHost 0.3.8 (MacOS & Debian)
MacOS=HandyHost_v0.3.8.pkg
Debian=handyhost_v0.3.8.deb
MacOS Install Instructions
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 (HandyHost_v0.3.8.pkg) 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.
Debian Install Instructions
Install with dpkg like:
sudo dpkg -i handyhost_v0.3.8.deb || sudo apt install -f -y
Install will take ~20-30mins, the terminal logs will show how its going
To start and stop HandyHost Daemon:
sudo systemctl stop handyhost
with command verbs available: stop | start | restart
HandyHost Daemon will restart on machine start.
Logs can be tailed with tail -f /var/log/handyhost.log
Future .deb builds outside of the in-app update methods can be installed via double clicking (assuming no new apt dependencies).
HandyHost 0.3.7 (MacOS & Debian)
MacOS=HandyHost_v0.3.7.pkg
Debian=handyhost_v0.3.7.deb
MacOS Install Instructions
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 (HandyHost_v0.3.7.pkg) 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.
Debian Install Instructions
Install with dpkg like:
sudo dpkg -i handyhost_v0.3.7.deb || sudo apt install -f -y
Install will take ~20-30mins, the terminal logs will show how its going
To start and stop HandyHost Daemon:
sudo systemctl stop handyhost
with command verbs available: stop | start | restart
HandyHost Daemon will restart on machine start.
Logs can be tailed with tail -f /var/log/handyhost.log
Future .deb builds outside of the in-app update methods can be installed via double clicking (assuming no new apt dependencies).
v0.3.6 Debian
v0.3.6 debian build
Install with dpkg like:
sudo dpkg -i handyhost_v0.3.6.deb || sudo apt install -f -y
Install will take ~20-30mins, the terminal logs will show how its going
To start and stop HandyHost Daemon:
sudo systemctl stop handyhost
with command verbs available: stop | start | restart
HandyHost Daemon will restart on machine start.
Logs can be tailed with tail -f /var/log/handyhost.log
Future .deb builds outside of the in-app update methods can be installed via double clicking (assuming no new apt dependencies).
v0.3.6 OSX
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.