Installation script for on-premise, single server

Hello,

We’d like to evaluate the open-source version and install it on a single server if that’s possible. We mostly want to evaluate the feature store.

I’m not a computer science expert and our department’s server engineer usually wants instructions to be specific. For a single-host, on-premise installation, is the below command correct?

wget https://raw.githubusercontent.com/logicalclocks/karamel-chef/1.4/hopsworks-installer.sh
chmod +x hopsworks-installer.sh
./hopsworks-installer.sh --install-action localhost-tls --cloud on-premises

Thank you!
Jian

Hi

The options look correct. If you omit them, the installer will prompt you for input during the installation process.
https://hopsworks.readthedocs.io/en/stable/getting_started/installation_guide/platforms/hopsworks-installer.html

Hi Jian, you are installing a very old version.
Update it to 2.2.

wget https://raw.githubusercontent.com/logicalclocks/karamel-chef/2.2/hopsworks-installer.sh
chmod +x hopsworks-installer.sh
./hopsworks-installer.sh --install-action localhost-tls --cloud on-premises

Thanks Jim! we will try again