From 0572b666db4e9d517ee481e18049262e6fe20e63 Mon Sep 17 00:00:00 2001 From: Heikki Levanto Date: Fri, 7 Mar 2014 13:39:28 +0100 Subject: [PATCH] More about setting up apache needed to do this to work on my home machine, so I documented what was needed. --- notes/developers.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/notes/developers.txt b/notes/developers.txt index 66ee39a..02fb7bd 100644 --- a/notes/developers.txt +++ b/notes/developers.txt @@ -13,6 +13,18 @@ get nodejs, sudo make install, ln -s /usr/local/bin/npm ~/bin/npm if needed cd .../mkws; make check +Apache +------ +You need to set up a local apache. + * add 'mkws' in /etc/hosts to point to 127.0.0.2 + * symlinked .../mkws/tools/apache2/mkws-heikki to /etc/apache/sites-available + * a2ensite mkws-heikki + * a2enmod rewrite + * a2enmod headers + * service apache2 reload + * Check that your browser sees somethig in http://mkws/ and + http://mkws/jasmine-popup.html. If need be, enable javascript etc. + Libraries --------- -- 1.7.10.4