Skip to content

deforay/recency-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recency Web App

How do I get set up?

  • Download the Source Code and put it into your server's root folder (www or htdocs).
  • Create a database and import the initial sql file
  • Modify the config files (configs/autoload/global.php and configs/autoload/local.php ) and update the database parameters
  • Ensure that the apache rewrite module is enabled
  • Create a virtual host pointing to the public folder of the source code. You can see an example below :
<VirtualHost *:80>
   DocumentRoot "C:\wamp\www\recency-web\public"
   ServerName recency

   <Directory "C:\wamp\www\recency-web\public">
       Options Indexes MultiViews FollowSymLinks
       AllowOverride All
       Order allow,deny
       Allow from all
   </Directory>
</VirtualHost>

Next Steps

  • Please add the Province, Districts, Cities manually in the database. In the near future, we will add UI to add these
  • Once you have the application set up, you can visit the recency URL http://recency/ and log in with the credentials recencyadmin@example.com and 12345
  • Now you can start adding Users, facilities and set up global config.

Who do I talk to?

You can reach us at amit (at) deforay (dot) com