diff --git a/README.md b/README.md index 3695339..bda2155 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,13 @@ You can also join `#morgue` on Freenode IRC if you have questions. ### Requirements - PHP 5.3 or higher + - xml + - mbstring + - pdo + - mysqlnd - MySQL 5.5 or higher - Apache -- mod_rewrite + - mod_rewrite ### Create a morgue configuration file @@ -72,6 +76,7 @@ is used to determine which config file to use (see above step). AllowOverride All + Require all granted # This is Apache 2.4 syntax SetEnv MORGUE_ENVIRONMENT development @@ -124,6 +129,10 @@ MORGUE_ENVIRONMENT=development php -d include_path=".:$(dirname `pwd`):$(dirname Open http://localhost:8000 to view Morgue +To run the unittests you need to have phpunit installed and then run + + make unittests + ## Configuration