Ubuntu based helper script for stuff a php dev needs This is solely a developers environment and not suitable for production environments. XDebug is installed as well with the php dependancies. Comment out that line in the newInstall.sh file if you do no want/ need it.
Requirements: Ubuntu version 16 +
Usage: sudo ./newInstall <option>
Parameter | Description
---------------------------------------------------
-A OR --all : Install all available packages and dependancies
(Apache2, Composer, Docker, Elasticsearch, Kibana, Laravel, Mysql, Php, PhpMyAdmin, Vs Code)
-a OR --apache : Install Apache2 and dependancies
-c OR --composer : Install Composer and dependancies
-d OR --docker : Install Docker and dependancies
-e OR --eastic : Install Elasticsearch and dependancies
-k OR --kibana : Install Kibana and dependancies
-l OR --laravel : Install Laravel and dependancies
--lamp : Install Apache2, Mysql, PHP7 and dependancies
-m OR --mysql : Install Mysql and dependancies
-p OR --php : Install PHP7 and dependancies
-pma OR --pma : Install PhpMyAdmin and dependancies
-v OR --vscode : Install Vs Code and dependancies