RT4 installation

Hello, RT developers!

I tried to install RT4 from Git. There is no ./configure script, so I
figured to just run “perl Makefile.PL”. I was able to satisfy any
dependencies, with the one exception of Lorzy. Where do I get this
module? CPAN doesn’t list it and neither RT Wiki nor Google found
any useful results.

Thanks
Racke

LinuXia Systems => http://www.linuxia.de/
Expert Interchange Consulting and System Administration
ICDEVGROUP => http://www.icdevgroup.org/
Interchange Development Team

Hello, RT developers!

I tried to install RT4 from Git. There is no ./configure script, so I
figured to just run “perl Makefile.PL”. I was able to satisfy any
dependencies, with the one exception of Lorzy. Where do I get this
module? CPAN doesn’t list it and neither RT Wiki nor Google found
any useful results.

RT4 is very much not done yet. …like our migration to git. :wink:

svn://svn.bestpractical.com/Lorzy/

Jesse Vincent wrote:

Hello, RT developers!

I tried to install RT4 from Git. There is no ./configure script, so I
figured to just run “perl Makefile.PL”. I was able to satisfy any
dependencies, with the one exception of Lorzy. Where do I get this
module? CPAN doesn’t list it and neither RT Wiki nor Google found
any useful results.

RT4 is very much not done yet. …like our migration to git. :wink:

svn://svn.bestpractical.com/Lorzy/

OK, I got it finally to work. Doesn’t look any different than RT 3 :-).
I added a quite terse “Get RT 4 up and running” section to
http://wiki.bestpractical.com/view/RT4.

Are there any changes to the REST interface in RT4?

Regards
Racke

LinuXia Systems => http://www.linuxia.de/
Expert Interchange Consulting and System Administration
ICDEVGROUP => http://www.icdevgroup.org/
Interchange Development Team

OK, I got it finally to work. Doesn’t look any different than RT 3 :-).

Then we’ve done a good job, so far. :slight_smile: There are some new features there
and:

3.8:
17h:rt jesse$ find lib/ -type f |grep -v .po$ | xargs wc
77199 279281 2166263 total

3.999:
17h:rt jesse$ find lib/ -type f |grep -v .po$ | xargs wc
51449 196521 1507771 total

I added a quite terse “Get RT 4 up and running” section to
http://wiki.bestpractical.com/view/RT4.

Are there any changes to the REST interface in RT4?

The intent is that when 4.0 ships, the old REST interface will be as
close to 100% compatible as possible and a new Jifty-based REST
interface that supports XML, JSON and YAML will also be there.