Welcome › Forums › Appliance and OS › Installing directly to Ubuntu
- This topic has 0 replies, 1 voice, and was last updated 5 years, 2 months ago by
Mike Riforgiate.
Viewing 1 post (of 1 total)
- AuthorPosts
- July 9, 2018 at 9:40 pm #1694
Mike Riforgiate
KeymasterUbuntu 22LTS can be downloaded here: http://releases.ubuntu.com/jammy/
CRITICAL – Use the “Server install image“, not the Desktop image
- Ensure appliance conforms with specs as outlined at https://www.witfoo.com/tech-specs and install OS using Ubuntu 22 LTS Minimal Boot disk
- Configure the following mounts: /data (100GB+), /kafka (50GB), /docker (30GB), /var/log (5GB), /cassandra_commit (10GB) Do NOT skip this step. Partition configuration is critical for a healthy deployment.
- How to set up Precinct partitions
- Login as root by executing sudo bash
- In /etc/netplan set your primary ethernet interface name to eth0 and save the file
- Restart Netplan by executing
netplan apply
- Download install script
wget https://www.witfoo.com/data/install.sh
- Change Permission
chmod +x install.sh
- Run install script
./install.sh
- Register the appliance by running
/witfooprecinct/register
-
This topic was modified 3 months, 2 weeks ago by
Mike Riforgiate.
- AuthorPosts
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.