You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Appears we've some bits, this project is being migrated here from an internal system. I see some of them have been committed recently, other dependencies will follow shortly.
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:
This file doesn't seem to be in the CRE application.
The next issue:
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 nobin
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?
The text was updated successfully, but these errors were encountered: