[Erlangweb-users] Erlang Web examples
Brought to you by:
etcerlangweb,
paulgray
|
From: ferrety f. <yfe...@gm...> - 2008-11-04 23:07:05
|
Hi List, After quickly reading the doc and the presentation, I've downloaded version 1.1 from: http://downloads.sourceforge.net/erlangweb/erlangweb-1.1.tar.gz Everything compiled just fine and the "welcome" demo worked s expected. I've noticed that something was missing (see ERROR_REPORT below) on startup: erlangweb-1.1 $ bin/start interactive .... =PROGRESS REPORT==== 4-Nov-2008::23:59:59 === application: eptic started_at: nonode@nohost =ERROR REPORT==== 4-Nov-2008::23:59:59 === e_lang module: error during loading file: ["config/","languages/","en.conf"], reason:enoent =PROGRESS REPORT==== 4-Nov-2008::23:59:59 === application: wpart started_at: nonode@nohost .... So could you fix that guys? Moreover, I'm looking for concrete examples I can test and learn from? It's eaasy to start from something really working. So this will minimize the learning curve for new comers. An example, where to put your stuffs, how they'll be compiled (which file to update for that) ... Any advices or plan for that? Regards Ferret |