Relaxx

From ArchWiki

Jump to: navigation, search
Image:Tango-document-new.png This article is a stub.
This typically means the article is a placeholder for more content to come. Knowledgeable users are encouraged to help expand the article.

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