Hey all. I'm working through setting up CA for the first time. I reached a point where, when I tried to access my deployment, PHP gave an error due to CA_BASE_DIR not being defined.
There was a reference to this being something that should be set in the setup.php file. And, sure enough, after I set it there, the error went away.
However, what gives me pause is the fact that setup.php didn't come with a spot to define this constant--the way it does for the constants related to the MySQL database, for instance. That makes me wonder if there's a different recommended way to set this, or if it's just been overlooked in the setup.php-dist file that ships with a fresh Providence install.