Skip to content

development setup

nhmkdev edited this page Mar 19, 2018 · 4 revisions

SAMQ Development: Setup

Prerequisites

  • Webserver running PHP (7.x is recommended, 5.6.x probably will work too)

Setup

  1. Download the entire git repot.
  2. Place the files into a folder on the webserver.
  3. Load a web browser and specify the folder you placed the files.
  4. The sample should load. It should be the same as the actual sample.

Tweaking the Sample

  1. Make changes in the index.php and sample_input_requests.php files. Avoid making any changes to the files in the other folders as those are either tests or the engine itself.
  2. Reload the browser!

When you are ready... Move onto Beyond the Sample.