Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

Update readme: requirements, vhost config, unittests #99

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -72,6 +76,7 @@ is used to determine which config file to use (see above step).

<Directory /var/www/morgue/htdocs>
AllowOverride All
Require all granted # This is Apache 2.4 syntax
</Directory>

SetEnv MORGUE_ENVIRONMENT development
Expand Down Expand Up @@ -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


Expand Down