Removed breaks

Removed Line Breaks
This commit is contained in:
WShells
2019-10-06 00:28:53 +03:00
committed by GitHub
parent 216396c94c
commit 5fc20600e7

View File

@@ -108,21 +108,21 @@ If you own on a **VPS**, **Dedicated Server**, or **Shared Hosting** running on
You can run our Stand-alone [WS-OSPOS-Installer](https://github.com/WebShells/WS-OSPOS-Installer.git), it will handle:
. Database.php config files generation.<br>
. Creation of db User & Password depending on user's input of Dbname, Username, Password, & Hostname ( No need for phpmyadmin )<br>
. Imports default Db SQL files in order to run the project.<br>
. Database.php config files generation.
. Creation of db User & Password depending on user's input of Dbname, Username, Password, & Hostname ( No need for phpmyadmin )
. Imports default Db SQL files in order to run the project.
Usage in **(SSH)**:
git clone https://github.com/WebShells/WS-OSPOS-Installer.git<br>
chmod +x WS-OSPOS-Installer/Get-POS<br>
./WS-OSPOS-Installer/Get-POS<br>
git clone https://github.com/WebShells/WS-OSPOS-Installer.git
chmod +x WS-OSPOS-Installer/Get-POS
./WS-OSPOS-Installer/Get-POS
or
wget https://github.com/WebShells/WS-OSPOS-Installer/archive/master.zip<br>
unzip -qq master.zip<br>
chmod +x WS-OSPOS-Installer-master/Get-POS<br>
./WS-OSPOS-Installer-master/Get-POS<br>
unzip -qq master.zip
chmod +x WS-OSPOS-Installer-master/Get-POS
./WS-OSPOS-Installer-master/Get-POS
Answer **DB required questions** and you are ready to run the project on http://localhost/OSPOS/public (localhost to be replaced by the hostname provided during setup).