Removed security risk
This commit is contained in:
parent
7b6b620730
commit
c5677ec93b
10
README.md
10
README.md
|
|
@ -63,11 +63,9 @@ Take advantage of two of the hottest frameworks used in this project -- Laravel
|
||||||
|
|
||||||
### Requirements
|
### Requirements
|
||||||
|
|
||||||
* **OS**: Ubuntu 16.04 LTS or higher / Windows 7 or Higher (WampServer / XAMPP).
|
|
||||||
* **SERVER**: Apache 2 or NGINX.
|
* **SERVER**: Apache 2 or NGINX.
|
||||||
* **RAM**: 3 GB or higher.
|
* **RAM**: 3 GB or higher.
|
||||||
* **PHP**: 7.3 or higher.
|
* **PHP**: 7.3 or higher.
|
||||||
* **Processor**: Clock Cycle 1 Ghz or higher.
|
|
||||||
* **For MySQL users**: 5.7.23 or higher.
|
* **For MySQL users**: 5.7.23 or higher.
|
||||||
* **For MariaDB users**: 10.2.7 or Higher.
|
* **For MariaDB users**: 10.2.7 or Higher.
|
||||||
* **Node**: 8.11.3 LTS or higher.
|
* **Node**: 8.11.3 LTS or higher.
|
||||||
|
|
@ -84,13 +82,7 @@ Take advantage of two of the hottest frameworks used in this project -- Laravel
|
||||||
##### b. Extract the contents of zip and execute the project in your browser:
|
##### b. Extract the contents of zip and execute the project in your browser:
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
http(s)://localhost/bagisto/public
|
http(s)://example.com
|
||||||
~~~
|
|
||||||
|
|
||||||
or
|
|
||||||
|
|
||||||
~~~
|
|
||||||
http(s)://example.com/public
|
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
**2. Or you can install Bagisto from your console.**
|
**2. Or you can install Bagisto from your console.**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue