A repository made to track the development of Agora Web Module.
These requirements are essential to install and run Web Module application.
Agora is based on a continuous communication between two modules:
- Web Module
- AI Module
The repository is really fast and easy to setup. Follow the instructions:
To clone the repository and move your working directory inside it , run the commands:
git clone https://github.com/DanjelDelishi/epebook_Creazione-Agora-AI-.git
cd epebook_Creazione-Agora-AI-To install the plugins and the vendors required, run the command:
composer installThis command will install all the plugins reported by the dependencies in the file composer.json.
To create the database for Agora, run the sql file config/schema/app.sql.
Read and edit config/app.php and setup the 'Datasources' and any other
configuration relevant for your application.
You can now either use your machine's webserver to view the default home page, or start up the built-in webserver with:
bin/cake server -p 8765Then visit http://localhost:8765 to see the welcome page.
