Install
Last updated
Was this helpful?
Last updated
Was this helpful?
t3.micro - 2 vCPU, 1 GiB RAM
t3.medium - 2 vCPU, 4 GiB RAM
At least 30 GB
Windows Server 2022 Datacenter (version 21H2)
Recommended target path: C:\weric
Inside C:\xampp\apache\conf\httpd.conf
change path to C:/weric/api/public
Uncomment:
and set:
Search for Edit the system environment variables
and add C:\weric\api\public\libs\windows
to user environment variables (cf. screenshot)
Requires to restart dependent services and UI applications so the newly set PATH is utilized by applications.
Create .env
based on .env.example
inside C:\weric\api\
and adjust following variables:
Allow traffic on port 80 in AWS Console and in Windows Firewall.
Allow traffic on port 443 in AWS Console and in Windows Firewall.
Edit C:\xampp\apache\conf\extra\httpd-ssl.conf
Inside C:\xampp\apache\conf\httpd.conf
you should disable default Port 80 (in case occupied Certbot can't renew certificates) and change ServerName
Setup task scheduler for automatic renewal (with pre- and post-hook).
Add C:\weric\api\public\libs\windows
to system environment variables.
Edit C:\xampp\xampp-control.ini
to enable services:
Start XAMPP Control Panel and click box left to Apache and MySQL to install services.
Disable autostart options in XAMPP Control Panel.
Edit C:\xampp\php\php.ini
and uncomment:
Restart Apache service.
(64-bit)
(64-bit)
Install and run commands mentioned there.
.
Increases performance ().