WebShells & OSPOS ( Open Source Point of Sale ) Auto Stand-Alone Installer
This file is for installing OSPOS on hosting accounts or virtual servers using cPanel or Webmin with shell access over SSH.
- Updated
Get-POSto run under Bash instead of relying on#!/bin/shwith Bash-only features. - Replaced the fragile progress/spinner flow with a simpler install path that is easier to run on current systems.
- Added command checks and safer database-name sanitizing.
- Fixed the cPanel database path handling and removed misleading DB output when database setup is skipped.
- Documented Webmin and virtual-server SSH usage alongside cPanel installs.
- Published the installer modernization as commit
71464a40780f2de447dce6b726b6360afec48a7f.
. Cleans up Installation directory ( from previous installations )
. Downloads latest released project files
. Extract to desired location
. Auto configuration for database.php config file
. Create db User & Password db files depending on user's input of Dbname, Username, Password, & Hostname.
. Imports default Db SQL files using credentials provided by user at previous stage.
. Set file permissions for writable files
. Displays Installation / Server Info
How to use ?
1- Download Get-POS using wget or git clone https://github.com/WebShells/WS-OSPOS-Installer.git
2- cd WS-OSPOS-Installer
3- mv Get-POS ..
4- cd ..
5- chmod +x Get-POS
6- ./Get-POS
7- Answer the required DB questions.
This installer is intended for cPanel or Webmin-managed hosts, including VPS setups where you connect over SSH.
You're ready to enjoy OSPOS!
Problems ?
Please open up a new issue for reporting problems.
