Get Started
Database configuration
Learn how to configure the database for Chartbrew
MySQL
You can install MySQL from multiple places. You can install it using Xampp, for example. Download it from here >>
After you download it, make sure the MySQL and Apache services are running in the console, then head over to localhost/phpmyadmin or 127.0.0.1/phpmyadmin and create a new database using the UI.
PostgreSQL
As an alternative to MySQL, Chartbrew now supports PostgreSQL. After you download & install Postgres, you will have to create a new database that Chartbrew can use. You can create a new database using:
Environmental variables
The environmental variables below need to be set in the .env
file in the root folder. If the file is not there, create it yourself and use the .env-template
file as a guide.