-
-
Notifications
You must be signed in to change notification settings - Fork 1
Configuration
When you access Chell for the first time, you will be redirected to a small first time configuration wizard. A few required fields listed below will be displayed, with additional information;
-
MySQL host
When using Docker, this has to be the hostname of the container running MySQL. In the example compose file the container's name is "db". If not running from Docker you can point to an IP/Hostname/URL where the database can be found. -
MySQL root password
When using Docker, this has to be the same as the environment variable provided for the database container; "MYSQL_ROOT_PASSWORD". If not running from Docker make sure the root user is allowed to login from the host that's running Chell. -
Chell database
When using Docker, this has to be the same as the environment variable provided for the database container; "MYSQL_DATABASE". -
Chell database user
When using Docker, this has to be the same as the environment variable provided for the database container; "MYSQL_USER". -
Chell database password
When using Docker, this has to be the same as the environment variable provided for the database container; "MYSQL_PASSWORD". -
Chell website user
This is the user that will be initially created. Any name will do which you can remember for login afterwards. -
Chell website password
This is the password that will be initially created.
After first time setup, and logging in, you will be able to setup Chell by going into the hamburger menu and clicking the cog icon. Most of the configuration is accomponied by a question mark button, giving some explenation of how to use the feature.
These external services are currently integrated in Chell