simple deployment instructions added

This commit is contained in:
steckbrief 2016-06-24 13:35:39 +02:00
parent d9cc3974f5
commit 72a7bb5db4

View file

@ -1,9 +1,9 @@
mvncache
==========
#mvncache
simple maven cache and proxy in php
Use in apache
---------------
## Use in apache
Put the script `src/mvncache.php` in the directory you want to be used as maven proxy.
Next to the script copy the following lines to `.htaccess`:
RewriteEngine On
@ -11,8 +11,7 @@ Next to the script copy the following lines to `.htaccess`:
RewriteRule ^.*$ mvncache.php [L]
Make both files accessible for apache.
Possible use in lighttpd
---------------
## Possible use in lighttpd
Put the script `src/mvncache.php` in the directory you want to be used as maven proxy.
Add the following line to your virtual host configuration:
server.error-handler-404 = "/mvncache.php"