Plack/Perl client for ii/IDEC networks
Go to file
Difrex(Denis Zheleztsov) 57d9f6ba27 Thead view fix
2014-06-16 10:55:47 +04:00
II Links to thread 2014-06-16 01:40:11 +04:00
t Links to thread 2014-06-16 01:40:11 +04:00
config.ini config update 2014-06-15 20:05:54 +04:00
ii.sql Working version with push support 2014-06-11 15:55:00 +04:00
iiplc.app Thead view fix 2014-06-16 10:55:47 +04:00
README.md Update README.md 2014-06-15 21:45:52 +04:00
run.sh Working version with push support 2014-06-11 15:55:00 +04:00

iiplc

Plack/Perl web client for ii network

Reqs

  • SQL::Abstract;
  • DBD::SQlite;
  • Plack;
  • HTML::Template;
  • LWP;

Only GNU/Linux is supported

Install

Create dirrectories: mkdir {echo,msg}

Install packages. On Debian based systems:

apt-get install libplack-perl libhtml-template-perl libsql-abstract-perl \
libdbd-sqlite3-perl libconfig-tiny-perl