- Connect your website to cloudflare.
- In the file .env write:
2.1. Your domain to the DOMAIN variable
2.2. Site name APP_NAME
2.3. Mail linked to cloudflare CLOUDFLARE_EMAIL get here
2.4. Cloudflare Global api key CLOUDFLARE_API_KEY get here
2.5. (Additionally) According to the smtp connection standard, configure these variables MAIL_PORT MAIL_HOST MAIL_USERNAME MAIL_PASSWORD MAIL_FROM_ADDRESS
2.6. (Additionally) Administrator's email APP_MAIL
3./run.sh
Run the project
To restart the project and get new updates, write ./restart.sh
.