This chat that will take you anywhere.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Apache and PHP Support
- PHP
- MySQL
-
First clone the application into any folder.
-
Create the configuration files for it: !!! Important:
In configuraion of the application you have to add to:
<Directory /home/rares/Work/RRSolutions/Wolfchatter/> Options Indexes FollowSymLinks AllowOverride All Require all granted
This is used to allow the application to get the path for the API. This is configured in .htaccess
-
Createa MySQL database with the name 'wolfchatter'
-
Import the dump that it is attached in git
-
Run and test
- [HTML] - Frontend
- [CSS] - Frontend
- [JavaScript] - Frontend
- [PHP]- The web API
- [MySQL] - Database