-
Notifications
You must be signed in to change notification settings - Fork 0
development setup
nhmkdev edited this page Mar 19, 2018
·
4 revisions
- Webserver running PHP (7.x is recommended, 5.6.x probably will work too)
- Download the entire git repot.
- Place the files into a folder on the webserver.
- Load a web browser and specify the folder you placed the files.
- The sample should load. It should be the same as the actual sample.
- 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.
- Reload the browser!
When you are ready... Move onto Beyond the Sample.