This script automates the installation process for the DigiPoS application. It downloads the application installer from a specified server, installs it in the DigiPoS directory, and manages starting and stopping the application.
Ensure you have curl installed on your system to download the script.
Navigate to DigiPoS Directory:
Open a terminal and change directory to the DigiPoS directory in your home ($HOME) directory:
cd $HOME/DigiPoS
Download the Installer Script:
Use curl to fetch the installer script from the server:
curl -#f -u support -O https://apps.digitory.com/digipos_installer.sh
Make the Installer Script Executable:
Ensure the script has executable permissions:
chmod +x digipos_installer.sh
Execute the Installer Script:
Run the installer script with optional parameters -u for user and -v for version. Default values:
User: support
Version: latest
./digipos_installer.sh [-u <USER>] [-v <VERSION>]
Replace <USER> and <VERSION> with specific values as needed.
Example:
To install with a specific user and version:
./digipos_installer.sh -u support -v 1.0
Follow On-Screen Prompts:
Monitor the terminal for prompts and messages regarding the installation progress and status updates.
Installation Log
The installation log is available in the following file:
$HOME/DigiPoS/digipos_installer.log
This log file records all actions and messages during the installation process.
For any further assitance contact support team.