- PHP
- MySQL or MariaDB
Create a file /config/db.ini and enter your database credentials in the following format:
hostname=your_hostname
databasename=your_databasename
username=your_username
password=your_passwordImport all SQL files from the database directory into your database:
mysql -u your_username -p your_databasename < /path/to/database/file.sqlTransfer all files to your server.
Schedule importGiataDefinitions.php in order to import definitions from Giata DRIVE and save it into your database.
Schedule importGiataOpenContent.php in order to import all accommodations from Giata DRIVE and save it into your database.
Open giata.php in your browser to view the Giata dashboard.