Installation on Intel/AMD x64 and Raspberry Pi 2/3
Installation of anynode on Debian/Ubuntu/Raspbian for the cpu-architectures above is done with three simple steps:Download install shell script
$ wget https://linux.te-systems.de/anynode_debian_install.bash
Start root shell
$ sudo -s
Start installation
# source ./anynode_debian_install.bash <networkInterfaceName>
If you omit the networkInterfaceName, a list of available interfaces will be shown.
Make sure to select the right ethernet interface to only make the webinterface available on the desired network side (most probably only internally for administration).
Installation on armhf
The anynode frontend is using Java for creating the webinterface. The Java runtime provided by the openJDK Debian packages for the armhf-architecture is currently not performing well enough to support our software.Due to licensing reasons we are not able to provide the Oracle Java runtime for those platforms. The user wishing to run anynode on the armhf platform needs to manually install the necessary runtime.
A pointer to this runtime can be found here: Oracle armhf Java runtime
After the Oracle Java runtime installation is complete, the anynode installation is executed exactly like on all other supported platforms (see top of page)