Campaign Chat Platform — setup
- 1 Server check
- 2 Database
- 3 Site & admin
Let's check the server
Nothing has been changed yet. This screen only reports what PHP and the
filesystem look like from here.
-
✓
PHP 8.1.0 or newer
Running PHP 8.2.32
-
✓
PHP extension: pdo_mysql
Database driver used for every query.
-
✓
PHP extension: curl
Used for OAuth and Twilio calls.
-
✓
PHP extension: mbstring
Used for safe multi-byte string handling.
-
✓
PHP extension: json
Used for the bot workflow definitions.
-
✓
PHP extension: openssl
Used for token and key generation.
-
✓
Sessions enabled
Sign-in and CSRF protection depend on this.
-
✓
database/schema.sql is readable
The installer will import this for you.
-
✓
config/ is writable
config.php will be written automatically.
-
✓
storage/ is writable
Used for error logs and, in dev mode, verification codes.
-
✓
Apache mod_rewrite
Campaign links like /chat/your-slug will work.
Next you will need your MySQL database name, user and password.