Skip to content
Paul Griffiths edited this page Dec 6, 2016 · 1 revision
  • web server with:
    • php
    • MySQL database

For the sys admin

  • ability to set up the above
  • ability to set up a MySQL database from an SQL file

Installation

  • download the latest release to the root (or folder if you prefer) of your websrver
  • initialise your database (its called adshow) using the SQL file in the documentation folder
  • setup two users for the database:
    • read only: SELECT permissions
    • read/write: SELECT, INSERT, UPDATE, DELETE
  • create an app.ini file ini in the root directory.
  • fill in the connection details for your database
  • edit splashScreen.js to customise the splash screen

Clone this wiki locally