X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=notes%2Fdevelopers.txt;h=a95e4bf1255f22cf94a1d5e835eeffc276a8d561;hp=66ee39a82d65ff018336b068987c817f7b80b375;hb=3cea7c0c81925f72c7082719bfe96e8852eb67a6;hpb=4ded4703dd42e64d3e4bd253c1298c35dbb9da7f diff --git a/notes/developers.txt b/notes/developers.txt index 66ee39a..a95e4bf 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 --------- @@ -33,7 +45,7 @@ test page, wait 3 seconds for success and shutdown windows. Include files ------------- -The whitepaper says to include mkws-complete.js. This file is made by concatenating +The manual says to include mkws-complete.js. This file is made by concatenating a number of files (see Makefile). For us developers, it is easier to include the raw files, as in