Install CodeGate
Two minutes: check the server, connect the database, create your admin account.
1. Server check
- PHP 8.2 or newer (8.2.33)
- PDO MySQL driver (Available)
- OpenSSL with AES-256-GCM (Needed to encrypt secret keys)
- mbstring (Available)
- JSON (Available)
- Writable: storage/ (Yes)
- Writable: storage/logs/ (Yes)
- Writable: storage/sessions/ (Yes)
- Writable: uploads/csv/ (Yes)
- Writable: uploads/branding/ (Yes)
- Writable: config file folder (Yes)
Your database password and a newly generated encryption key are saved in a private config file, never in the database.