Page 1 of 1

[resolved] application server on porteus?

Posted: 27 Feb 2012, 13:39
by banshee22
Hello All,

I'd like to install something like jonas or apache/tomcat on my porteus distro.
I'ven't found any xzm, does anyone has an experience to share about that? Thanks by advance...

Banshee22

Re: application server on porteus?

Posted: 27 Feb 2012, 20:30
by fanthom
hi banshee22,

is it for 64bit arch? if yes then i may try to compile from sources and drop to the repo.

Re: application server on porteus?

Posted: 28 Feb 2012, 08:21
by Hamza
No need to compile anything... :P

Code: Select all

slackyd -u && slackyd -g httpd && installpkg -root / /var/cache/httpd*.txz && slackyd -d -f httpd && installpkg -root / /var/cache/apr-*.txz 
Follow this post for more information about MySQL/PHP5
http://www.slackword.net/?p=134

Re: application server on porteus?

Posted: 01 Mar 2012, 13:46
by banshee22
thanks Hamza...