|
|
|
you require the following items to build a test environment for the phone tools
|
|
|
|
### To build a local Enviroment
|
|
|
|
|
|
|
|
* A web Server
|
|
|
|
* Access to a MySQL database
|
|
|
|
* PHP 7.0+
|
|
|
|
* <a href="https://getcomposer.org/">composer</a>
|
|
|
|
* <a href="https://nodejs.org/en/download/">NodeJS</a>
|
|
|
|
|
|
|
|
### To build a server Enviroment
|
|
|
|
* A web Server
|
|
|
|
* Access to a MySQL database
|
|
|
|
* PHP 7.0+
|
|
|
|
* <a href="https://getcomposer.org/">composer</a>
|
|
|
|
|
|
|
|
If install is a fresh one run composer install from root after cloning repo
|
|
|
|
Apache requires sccess to several storage folders change ownership with
|
|
|
|
<pre>chown -R apache:apache ./* </pre>
|
| ... | ... | |