- Install a web server like apache 2
- Ensure your web server accepts GET, POST, PUT and DELETE request
- Install a mysql database server
- Download the source code
- Extract source code in a folder (for example : [Path]/tinyDailyTaskManager)
- Make sure your server is connected to this folder.
With easyPHP go to Administration > Add alias > Enter a name (example : tdtm) and the directory path ([Path]/tdtm) - Configure REST base url.
Open file [Path]/tinyDailyTaskManager/clientSide/config.js
Edit the line Globals -> url -> server (for example : http://127.0.0.1/tinyDailyTaskManager/dispatch.php)
File dispatch.php in url is necessary for Tonic framework. - Configure database connection.
Open file [Path]/tinyDailyTaskManager/serverSide/storage/database/connect_info.php
Edit database name, user, password and url. - Import sql structure from [Path]/tinyDailyTaskManager/tdtm.sql
With easyPHP go to Admisnistration > Mysql > open
Create a new database.
Go to your database > import > choose the tdtm.sql file. - Test your installation at yourUrl/tinyDailyTaskManager/