Company dedicated to web development, graphic design, photography and web hosting.
How to install RainLoop webmailPublished Wednesday, 27th of April 2016Install 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 PhpunitPublished Monday, 24th of February 2014Running 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 roundcubePublished Monday, 9th of December 2013We 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 / SFTPPublished Wednesday, 12th of June 2013We 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 serverPublished Monday, 23rd of April 2012How 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 serverPublished Monday, 15th of August 2011How 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 LiferayPublished Wednesday, 1st of June 2011How 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 LiferayPublished Thursday, 10th of March 2011Steps 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 AlfrescoPublished Monday, 21st of February 2011This 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 authenticationPublished Wednesday, 9th of February 2011Steps 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 serverPublished Tuesday, 8th of February 2011Steps to merge and consolidate info from two different ldap servers in one tree using Penrose ldap virtual server. How to integrate KonaKart into LiferayPublished Monday, 24th of January 2011Steps 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 CASPublished Monday, 17th of January 2011Steps 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 LiferayPublished Sunday, 16th of January 2011Steps to install Liferay 6.0.5 Community Edition (bundle with Tomcat)