The setup installs the following software:
- Git
- Composer
- Nginx
- PHP
- MariaDB
- Redis
#SingleInstance, force | |
#Include, lib\Chrome\Chrome.ahk ;https://github.com/G33kDude/Chrome.ahk/releases | |
; verify if the profile folder exists | |
; if not, create it | |
if !FileExist("profile") | |
FileCreateDir, % "profile" | |
; load the chrome object pointing to the folder created above | |
; and the link to the page (or pages) to open at startup |