Installation
- Confirm that your server has the following prerequisites installed:
- Apache 2.4 or higher with mod_rewrite enabled.
- PHP 7.4 or higher.
- MySQL 8.3 or higher.
- Clone the repository to the desired location on your server:
git clone https://github.com/dschor5/ECHO.git - Create a MySQL database and import the database
delay.sqlfrom the root folder where the code was cloned. - Rename the file
server-example.inc.phptoserver.inc.phpand update the configuration settings in accordance with the comments embedded within the file and matching your server settings. - Modify the
.htaccessfile with the properRewriteBasein accordance with the comments in the file. - Navigate to your server's URL to see the ECHO home page / login screen.
- Click login and use the username
adminand passwordsecret. You will immediately be asked to change the password.