Install ubuntu 24.04.4. There are many tutorials out there. Watch youtube tutorials or follow this guide:
This is an ubuntu ISO installer: https://releases.ubuntu.com/24.04.4/ubuntu-24.04.4-live-server-amd64.iso
https://blog.adopisoft.com/uncategorized/installing-ubuntu-server-24-04-3
Remember: Works best on fresh installation of Ubuntu server
1.Downloading Adopisoft system by Running the Script on Your Server:
Download the script :
sudo wget -O install_adopisoft.sh https://github.com/cybermind2/Adopisoft-deb-package/releases/download/v5.1.7-20260112/install_adopisoft.sh
Make the script executable:
sudo chmod +x install_adopisoft.sh
Run the script:
sudo ./install_adopisoft.sh
Configure adopisoft after reboot and set the database to postgeSQL
Configure network settings:
your VLAN's
your USB TO LAN
your Builtin WIFI
Enable SSH under SYSTEM SERVICES
Login via SSH and run the following to patch your network for fastboot and patch for RTNETLINK error:
Note: Make sure all USB TO LAN and VLAN interfaces are already configured in the admin dashboard before running the script below.
If you have multiple VLAN, say 20 or 30 VLAN configure all of them first.
2.Downloading script for fastboot fix and RTNETLINK error fix: Compatible to all boards, RPI,OPI, Mini PC
Please note that this is to prevent RTNETLINK error, not to repair an already corrupted database.This script is incompatible with the Adopisoft terminal. To prevent disconnection during execution, you must connect via SSH using the WAN IP. Do not run this from the local vendo network (10.0.0.1).
sudo wget -O /tmp/bootoptimizer.sh https://github.com/cybermind2/Adopisoft-deb-package/releases/download/v5.1.7-20260112/bootoptimizer.sh
Make the script executable:
sudo chmod +x /tmp/bootoptimizer.sh
Run the script:
sudo /tmp/bootoptimizer.sh
Clean up your Admin Dashboard:
Delete redundant subdomains in your interface walled garden. Stick to these essentials for the fastest performance:
api.gcash.com / m.gcash.com
gstatic.com / googleapis.com
api.paymongo.com / checkout.paymongo.com
api.xendit.co / checkout.xendit.co
You will then be prompted to set your secure PostgreSQL password! Let me know if you run into any issues with the process.
Script for installing Adopisoft:
install_adopisoft.sh
Script for Fastboot and RTNETLINK error:
bootoptimizer.sh

No comments:
Post a Comment