diff options
author | steckbrief <steckbrief@chefmail.de> | 2016-06-24 13:36:38 +0200 |
---|---|---|
committer | steckbrief <steckbrief@chefmail.de> | 2016-06-24 13:36:38 +0200 |
commit | ea80752e29ebd4ef78e02be61772557ef3b37c80 (patch) | |
tree | cefd717ecf37bc749148c8b2fbe51af2a0cb0b07 | |
parent | 72a7bb5db426d366846ecf8ac3cced392b7a9bcb (diff) |
simple deployment instructions added
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,9 +6,11 @@ simple maven cache and proxy in php 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 RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^.*$ mvncache.php [L] + Make both files accessible for apache. ## Possible use in lighttpd |