Installation - adamrb/pointtracker GitHub Wiki

#Requirements

  • A Web server running php and mysql. Preferably Apache on Linux.
  • Must have curl extensions installed for food lookup and other API integrations.

##Installation

  • Download latest version from git.
  • Extract files to web server.
  • Create Mysql Database
  • Run the database.sql file to create the necessary tables.
  • Configure includes/config.inc.php with your database and API information.
  • Browse to your web server and register a new user.