Company dedicated to web development, graphic design, photography and web hosting.

How to install RainLoop webmail
Published Wednesday, 27th of April 2016
Install a copy RainLoop webmail shared for all the server users. It increases security, uses less disk space and makes easier updates. The installation was performed on Debian 8.4 with Apache 2.4 and PHP 5.6 How to configure code coverage with Selenium in Phpunit
Published Monday, 24th of February 2014
Running Selenium with Phpunit we don't have code coverage by default. We need to configure some files to have code coverage in php like with have with unit tests. After that, we can generate code coverage report in Phpunit. The configuration was done in Selenium 2.39 and Phpunit 3.7.31 with php 5.3 How to install roundcube
Published Monday, 9th of December 2013
We can install a single copy of roundcube for all our users in the web server keeping out the installation from their users' folder. It gives more security, uses less disk space and makes easier updates. The installation was done in Debian 7.0 with Apache 2.2, PHP 5.4 and MySQL 5.5 How to jail / chroot users in FTP / SFTP
Published Wednesday, 12th of June 2013
We can block access to ftp and sftp to use only the home folders of the users. At the same time we block any other access via ssh, but granting sftp access. Configuring permissions, the user can serve web pages from home folder. The installation was performed on Debian 7.0, using ProFTP 1.3.4a and OpenSSH 6.0p1 How to install a web server
Published Monday, 23rd of April 2012
How to install your own web server. In this entry I show how to install and configure a full web server. I will install apache http server in combination with php; a mysql database server, vsftp as ftp server and dovecot and sendmail as mail servers. The installation was performed on CentOS 6.2 64 bits via command line. How to install svn server
Published Monday, 15th of August 2011
How to install your own svn server. Subversion (svn) is a software versioning and a revision control system. It helps to maintain current and historical versions of your files, usually source code. The installation of svn 1.6.11 was performed on CentOS 5.6 64 bits via command line. How to create color schemes in Liferay
Published Wednesday, 1st of June 2011
How to include different color schemes inside of the same theme. It allows to create different color pages keeping the same main structure but changing colors and not only, also borders, shadows, positions, etc. for any element as navigation, breadcrumbs, portlets, footer, etc. Tested in Liferay 6. How to integrate JasperServer into Liferay
Published Thursday, 10th of March 2011
Steps to install and configure JasperServer CE 3.7.0 into Liferay. Also to install and configure the portlet to view reports. The installation of JasperServer Community Edition 3.7.0 was performed into Windows Vista, Liferay 6.0.5 and MySQL 5.1 Good practices in applications development in Liferay and Alfresco
Published Monday, 21st of February 2011
This blog entry shows some good practices developing applications for Liferay or Alfresco. It can be applied for html code, javascript or css in a shared environment. How to configure Alfresco with LDAP for authentication
Published Wednesday, 9th of February 2011
Steps to configure Alfresco to authenticate against LDAP server users list. It has been tested with Alfresco 3.4 and Penrose 2.0 ldap server over CentOS 5.5 How to merge two ldap servers with Penrose ldap virtual server
Published Tuesday, 8th of February 2011
Steps to merge and consolidate info from two different ldap servers in one tree using Penrose ldap virtual server. How to integrate KonaKart into Liferay
Published Monday, 24th of January 2011
Steps on how to integrate KonaKart as portlet in Liferay, shop and administration portlets, having seamless login to administrators. Will be installed in CentOS 5, Liferay 6.0.5 and KonaKart 5.2.0.0. How to configure Liferay with Penrose LDAP and CAS
Published Monday, 17th of January 2011
Steps to configure properly the option for Liferay to bring users from an active directory using Penrose server and make SSO (single sign on) with CAS. How to install Liferay
Published Sunday, 16th of January 2011
Steps to install Liferay 6.0.5 Community Edition (bundle with Tomcat)