cerberus
cerberus copied to clipboard
Cannot start locally when following the README
I keep running into an issue trying to start locally when trying ./run.sh
. I followed all the steps and installed [email protected]
on my Macbook. Also created the cms database and I also created the ~/.cerberus/cerberus-local.yaml
which I derived from https://github.com/Nike-Inc/cerberus/blob/master/cerberus-web/src/main/resources/cerberus.yaml
I wonder if I'm missing something
@aalmacin In order to use that script, you need to have mysql
running locally. You can use a command like mysql.server start
if you are running on a Mac.