-
Notifications
You must be signed in to change notification settings - Fork 3
Description
I'm working on getting the CRE up and running locally in a Windows 10 environment, running XAMPP 3.2.4. I've gotten through some issues with setting up the Postgresql database, and now I'm hunting for what exactly I need to do to configure apache on my local (and eventually in AWS).
I'm following along with what is in the installation instructions, but haven't been able to find the files that are being referenced.
Specifically, configuring apache, the INSTALL.md file states:
Just add in the application apache.conf file to the system apache.conf.
echo "Include "/opt/openthc/etc/apache.conf" >> /etc/apache2/apache2.conf
This file doesn't seem to be in the CRE application.
The next issue:
Update the boot.php file to replace APP_ROOT and APP_HOST with the correct values.
Update the etc/app.ini file with necessary values.
The boot.php that exists in CRE is for unit testing and doesn't contain the root and host variables. Also, what is the app.ini?
And finally, there is a reference to ./bin/cli init but there is no bin directory in the CRE project.
Would someone be able to provide me with some info and answers to my above questions? Also, is the CRE meant to be a standalone application, or does it rely on some other, larger system to be in place that happens to resolve all/most of my questions?