From a9524a7627d3dbc977df9b6a065c877507d4207f Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Fri, 17 Oct 2014 11:30:46 +0200 Subject: [PATCH] depends on apache2 installation --- test/README.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/README.txt b/test/README.txt index 221a4a4..227a35a 100644 --- a/test/README.txt +++ b/test/README.txt @@ -7,12 +7,15 @@ This directory contains the MasterKey Widget Set (MKWS) Test framework. Installation ------------------------------------- 1. install node.js, see http://nodejs.org/ +(and apache2 if you have not already) # debian7 $ sudo apt-get install npm +$ sudo apt-get install apache2 # centos6 $ sudo yum install npm +$ sudo yum install httpd The nodejs modules are configured in ./package.json -- 1.7.10.4