DigiPoS Installer

Overview

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.

Usage

Prerequisites

Ensure you have curl installed on your system to download the script.

Installation Steps

  1. Navigate to DigiPoS Directory:
    Open a terminal and change directory to the DigiPoS directory in your home ($HOME) directory:

    cd $HOME/DigiPoS
    
  2. 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
    
  3. Make the Installer Script Executable:
    Ensure the script has executable permissions:

     chmod +x digipos_installer.sh
    
  4. 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.