This is a test harness for a PHP Bootstrap project.
Don't forget to init the php-bootstrap submodule:
$ git submodule init
$ git submodule update
Testing steps:
- Use
httpd.sample.conf
file to set up Apache hosts, ornginx.sample.conf
for nginx. - Edit
docroot
andoutside\_of\_docroot
variables inMakefile.conf
- Run
make
to set up all file copies of the project (you can always runmake clean
to remove them). - Copy
config.sample.php
toconfig.php
and edit it to match values inMakefile.conf
- Either open your harness URL in the browser or run
make test
(or just./test.sh
) to run test from command line