Introducing YippieMove '09. Easy email transfers. Now open for all destinations.

Continuing our series “Building the Base-camp,” we continue with a CRM-system. In a modern corporation a CRM-system is a crucial element to optimizing your business.

There are a couple of Open Source CRM systems available, but we decided to use a software called SugarCRM, which filled our needs just fine. The user-interface of SugarCRM is really appealing, which certainly is a benefit if you’re working with it several hours per day.

SugarCRM offers a variety of features, including an e-mail client, a bug-tracker and of course, a customer database. It’s also available in 40 different languages.

Installing SugarCRM was really easy. On FreeBSD using the ports, the entire installation probably took less then 15 minutes, where most of the time was spent customizing the installation for our needs.

SugarCRM screenshot

Instead of changing memory_limit in php.ini as the installation document states, we made this change to the local .htaccess file in the sugarcrm directory. By doing so, we didn’t need to raise the memory_limit for the entire server to 32Mb, instead we only applied this to SugarCRM.

/usr/local/www/sugarcrm/.htaccess

php_value memory_limit 32M
php_value session.save_path /tmp

/usr/local/etc/apache/httpd.conf or ssl.conf

Alias /sugarcrm /usr/local/www/sugarcrm
<directory /usr/local/www/sugarcrm>
AllowOverride All
Order allow,deny
Allow from all
</directory>

After changing these files to include the data above, you just surf to http://yourserver/sugarcrm and follow the steps.

For the installation you will need a mysql-account with a database that SugarCRM will be using.

When you’ve finished the installation and try to access SugarCRM, you might receive an error. At least we did. This was caused by the fact that the installation assumed that .htaccess-file was empty, and therefore corrupted the changes we did above. Just go in and edit it by hand, and make sure it all looks proper.

For more screenshots, visit the screen gallery at sugarcrm.com

Author: Tags: ,
Introducing YippieMove '09. Easy email transfers. Now open for all destinations.
Feb
24.
Comments Off
Comments
Category: Uncategorized

Did you know you could create an infinite loop with the ‘cp’-command? I didn’t. I managed to create an infinite loop with the following commands:

cd dir
mkdir backup
cp -rfv ../* ./

Before I knew it, I had a 20-some level deep folder.

Author: Tags:
Introducing YippieMove '09. Easy email transfers. Now open for all destinations.
Feb
18.
Comments Off
Comments
Category: Other

I know that we haven’t published anything in a couple of days, but we haven’t forgot about you guys. We think about you a lot. Yesterday Alex and I spent all day working (did you pay attention to that the Latte-counter increased by 6?), and while doing that we thought about topics for future articles. May we tease you a bit with topics such as building an intranet with LDAP-authentication or scripts for an (bandwidth efficient) uptime-monitor of an array of servers with mail-alert?

We also have a couple of cool Web 2.0-pages we want to share with you as well.

We promise we’ll take the time to publish a cool article within the next few days.

Author: Tags:
Introducing YippieMove '09. Easy email transfers. Now open for all destinations.
Feb
12.
Comments Off
Comments
Category: Business

If you haven’t heard about PortableApps yet, you’ve missed out on something cool. PortableApps focuses on modifying popular (mainly open source) softwares to run on USB flash-drives. The benefit of this is that you have all your bookmarks and settings right there, and you don’t have to install the softwares you need on each and every computer you use.

Among the products available, these might be used in business:

I’m not seriously suggesting that everyone run around with a flash-drive with all their data, but rather use their home directory on the server as the installation target for these applications. I’d imagine that this would be very useful in an organization that do not use individual computers, but have many computers that are shared by the people in the organization. By doing so, everyone gets their set of individual applications with settings, cached e-mails and everything accessible without having to spend time configuring the applications for every computer.

Of course there are other approaches to solve this problem, such as roaming profiles with samba or a windows server, and locally installed softwares with profile support. I’m not suggesting that one solution is better than the other, because they both have their benefits and drawbacks.

Author: Tags:
Introducing YippieMove '09. Easy email transfers. Now open for all destinations.
Feb
11.

For a quite a while I’ve been into the whole GTD movement. I must admit that I never got around to read the actual book which started the whole thing, but I have read a lot about GTD.

Until recently I used a GTD-plugin to OmniOutliner, which worked quite well. However, I was tired of having to have OmniOutliner running all the time, so I started looking for alternatives. Since we currently live in the ‘Web-based era,’ I looked around for some Web 2.0 GTD web-app. As it turns out, there’s a couple of them, but the one I really liked was Simple GTD. This software is a really clean Web 2.0-looking web-app with a simple user interface. First time you visit the site, you just create you user account, and you’re set. Now you can just start adding you items.
Simple GTD Screenshot
If you’re curious about how Simple GTD works, take a look a this screencast.

Author: Tags:

© 2006-2009 WireLoad, LLC.
Logo photo by William Picard. Theme based on BlueMod © 2005 - 2009 FrederikM.de, based on blueblog_DE by Oliver Wunder.
Sitemap