From 5fc20600e741ef2a5a69a4c7bfdbd15ec77ea8d4 Mon Sep 17 00:00:00 2001 From: WShells Date: Sun, 6 Oct 2019 00:28:53 +0300 Subject: [PATCH] Removed breaks Removed Line Breaks --- INSTALL.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index fa9b36cdb..97b1e9186 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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.
-. 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.
+. 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
-chmod +x WS-OSPOS-Installer/Get-POS
-./WS-OSPOS-Installer/Get-POS
+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
-unzip -qq master.zip
-chmod +x WS-OSPOS-Installer-master/Get-POS
-./WS-OSPOS-Installer-master/Get-POS
+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).