Skip to content

Commit

Permalink
Add some updates to the server setup documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
birtles committed Mar 4, 2013
1 parent 2866511 commit 312efba
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions docs/server-setup.txt
Expand Up @@ -2,6 +2,7 @@ Parapara server setup
=====================

Requirements:
* Apache 2.*
* PHP 5
* MySQL

Expand Down Expand Up @@ -83,14 +84,20 @@ Stuff for secure mail (PHP license):
Testing framework:

SimpleTest (LGPL)
See: http://www.simpletest.org/en/download.html

Configuration
=============

config.inc.sample
Need to copy 'config.inc.sample' in wall/lib to 'config.inc' and adjust the
parameters.

For running tests, you need to do the same with config.test.inc.sample.

Running tests
=============

Need to install PHPUnit:
https://github.com/sebastianbergmann/phpunit
If you are using the same Apache setup as above, you should be able to browse
and run the tests by opening:

http://localhost:8081/tests/

0 comments on commit 312efba

Please sign in to comment.