Prerequisites
NodeJS v20+ (use only even versions) NPM MySQL (v5+) or PostgreSQL (12.5+) Redis (v6+)Getting Started
Installation & Setup
Create a Chartbrew database
Chartbrew works with both MySQL and PostgreSQL. You can use any of the two, but you need to create a database first. Follow the instruction here.Get and setup the project
Set up the environment variables
All the environment variables that need to be set are found in the.env-template
file in the root folder of the project. If you ran the setup above, you should already have a .env
file there as well. If not, copy the template file and rename it .env
.
Make sure you fill out the production
and development
sections accordingly.
See the full list of variables here