Relaxx

From ArchWiki

Jump to: navigation, search
Image:Tango-document-new.png This article is a stub.
It may be confusing, not contain enough information, or be a placeholder for an article to come. People are invited to expand it to full article status and remove this box.

Getting relaxx to work with Arch

The only configuration you have to do for relaxx under Arch is this:

pecl install json

Which will install the json library, required by php to support some functions of relaxx. Then simply edit /etc/php/php.ini so it reads like so:

extension=json.so

This includes the json library into php's extensions.

Personal tools