From: Heikki Levanto Date: Wed, 5 Mar 2014 14:35:21 +0000 (+0100) Subject: Minor comment about environment X-Git-Tag: 1.0.0~1318^2~32 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=03c57643aed47db6b974a3bd35b707c284e584a5;ds=sidebyside Minor comment about environment --- diff --git a/notes/developers.txt b/notes/developers.txt index 82729f2..14dd86a 100644 --- a/notes/developers.txt +++ b/notes/developers.txt @@ -4,6 +4,14 @@ These notes are collected by Heikki, mostly from skype chats with Wolfram and Mike. I collected them for my own use, but I hope they will turn out to be helpful to anyone who needs to get started with mkws. +Environment +----------- + +apt-get install yui-compressor +get nodejs, sudo make install, ln -s /usr/local/bin/npm ~/bin/npm if needed + +cd .../mkws; make check + Libraries --------- @@ -54,10 +62,11 @@ Most (all?) code work happens in mkws.js. Unit tests ---------- -if you want understand the test than you can look at mkws/test/spec/mkws-config.js +If you want understand the test than you can look at mkws/test/spec/mkws-config.js and mkws/test/spec/mkws-pazpar2.js . See also mkws/test/README.txt + Structure of mkws.js -------------------- (This will soon be out of date, but should provide some kind of starting