Email Configuration in Odoo
How to setup/configure Email server in Odoo? User can setup email servers to receive or send emails from Odoo. This setting is global, so all the users will share this setting. Configure Outgoing mail Server To send Emails, Go to Settings –> Email –> Outgoing Mail Servers. Fill all the mandatory…
How to create backup of the database and Restore the database in OpenERP/Odoo
How to create backup of the database in Odoo User can take backup of the database you have created in Openerp/Odoo. To do that Click on the “Manage Database” to see all the database. User will navigate to Database manager screen. Click on “Backup” option from left side…
Change Alfresco Default Port 8080
8080 is the most popular port for Java based web applications running on Tomcat server and hence it is a target of attacks from hackers and spammers. If you are testing your application and don’t want to overload the server with these hacking attempts you can always change the default…
Set Static IP Address for Ubuntu/Debian Server
If you install an Ubuntu/Debian server, by default, it is only set up with DHCP and hence it fetches an IP address automatically from the DHCP server. In order to change the DHCP IP address to a static IP address you can edit /etc/network/interfaces file of your server and set…
Downgrade PHP from 5.3 to 5.2 on Ubuntu 10.04 Lucid Lynx
Ubuntu 10.04 holds PHP version 5.3 in its repositories. Although Joomla, vTiger and a number of applications are compatible with version 5.3 but some of the addons are still not compatible with version 5.2 so you can downgrade PHP using the following instructions: Add the repository created by Ralph Janke…
Gladinet Client Blocking HTTP Port 80
I use XAMPP for testing/development and demo of our web applications and I recently installed Gladinet Client to access my Microsoft Sky Drive from my computer. But next time when I ran XAMPP and started Apache and browsed to localhost nothing came up. In fact it sent me to a…
Prepare a Ruby on Rails Web Server
We have done the installation of Redmine on Ubuntu 10.x but what if you want to install Redmine or any other Ruby on Rails based application you need to prepare your server to have Ruby and Rails installed. You also need Passenger which will allow you to run a Ruby…
Upgrade Redmine from 0.9.3 to 1.0.5
This article has been contributed by our Winter Intern Sebastien Thouvenin. You may have installed Redmine 0.9.3 with this method to track bugs and manage your projects and we hope that you like it. But now you need something more… powerful? You may want to install a test case management…
Installing Web Server Role on Windows Server Web
Yes occasionally we have to work with Microsoft technology as well, of course they have the biggest market share in terms of desktops and then there is DotNetNuke which we can provide and customise for our customers. DotNetNuke, as the name suggests is a Content Management System built in .NET…
Installing Redmine (Project and Bug Tracking) on Ubuntu 10.04
Every software development organisation needs bug tracking software to track the problems in the software they are creating and so does Target Integration. We were relying on Bugzilla so far but the complex architecture and user interface kept a lot of non technical users away and the absence of creating…