-
Horde 5 Preview: Sesha Inventory App 1.0 and updated Rdo library
Dear folks, I am very pleased to announce: The Sesha Inventory application is ready for Horde 5 and it is in good shape. Sesha is a simple inventory keeping application which originally developed by Bo Daley and Andrew Coleman on Horde 3. The product was never officially released but it went into production at several
-
Heads up: OBS SLES 11 PHP stuff migrates to SP2! – server:php:applications/SLE11 repository
OBS server:php:applications/SLE11 repository now builds against SLES 11 SP2 – some packages fail to build because of multiple providers.
-
PHP goes git
Today the main PHP development branch has moved to the git version control system. In the past, PHP has been developed on cvs and svn. The move to git is very common Bodybuilding toepassingen these days. Git is, for example, the version control system used by the linux kernel developers and the Horde Application Framework.
-
php5.3 packages in SLES 11 SP2
SLES 11 SP2 ships php5.3 binaries but the default package php5 still installs php5.2 which already has reached upstream end of life and should be considered unsupported by any means. Recent versions of phpunit and other developer tools won’t provide all features on php5.2 any more. You must use apache2-mod_php53, php53, php53-mysql and so on
-
Installing Horde 4 pear packages to a custom pear location (SUSE)
When installing horde to a custom pear location, you need to run the pear of your custom location, not the system pear with the custom location’s config. So the steps would be: 1 mkdir /srv/horde 2 pear config-create /srv/horde/ /srv/horde/pear.conf 3 pear -c /srv/horde/pear.conf install PEAR as the install docs say but then: 4 /srv/horde/pear/pear
-
Horde 5 is coming / Horde 3 support ends
Horde 5 planned for April 2012 / Horde 3 Support ends / OpenSUSE 12.2 will get Horde 5 if schedule permits / Horde 3 dropped from factory / Eleusis dropped
-
Horde Config: How to fill dropdowns with application data with configspecial
Horde provides system wide customisation and configuration of applications through php configuration files. These files can be edited by hand or written from an administrator config UI. This ui is automatically generated from a file called conf.xml located in your $application/config/ directory. The config xml allows dropdowns, multiselect fields, tick boxes, radio buttons and even
-
The Author
The author is a developer and trainer in perl and PHP with several years of professional experience in both areas. While leaning strongly towards solutions involving the horde framework he also solved problems with perl catalyst, moose, CakePHP, wordpress, facebook api, PHP Symfony and Zend Framework. Get my GPG key for secure communication. —–BEGIN PGP
-
Distributed applications with Horde 4
Synopsis Horde’s powerful RPC API has been used numerous times to allow integration of horde-based data into external applications or remote sites. It also provides an easy to set up basis for distributed applications with headless workers. In this article I will give you a brief introduction on how to build a scalable distributed architecture
-
Using socat or netcat to debug unix sockets like telnet for tcp
Sometimes you want to debug a service with a clear text protocol, but it uses unix sockets instead of INET sockets. Surprisingly, there is little info on this around the net. An easy solution would be socat: socat UNIX-CONNECT:/var/run/blabla/nameofthe.sock STDIN EDIT: Linux consultant Stefan Seyfried pointed out, that from openSUSE 12.1 onwards you can also