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.sql
from the root folder where the code was cloned. - Rename the file
server-example.inc.php
toserver.inc.php
and update the configuration settings in accordance with the comments embedded within the file and matching your server settings. - Modify the
.htaccess
file with the properRewriteBase
in 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
admin
and passwordsecret
. You will immediately be asked to change the password.