VTiger CRM 5.0.4 HOWTO
# Install Apache with its Documentation #####
$ sudo apt-get install apache2 apache2-doc
# Start Apache (which probably is already installed) #####
$ sudo /etc/init.d/apache2 start
# Test Apache #####
Type on Mozilla Firefox: http://127.0.0.1/
It should show: It works!
It may show something else, like something saying apache and
with the apache logo.
Note: The web page with the message "Iy works!" is in the
"/var/www" directorie, which is apaches root directory, and
is the directory where we will put VTiger CRM
# Download and Extract the VTiger CRM source #####
Download the VTiger CRM source at: http://heanet.dl.sourceforge.net/sourceforge/vtigercrm/vtigercrm-5.0.4.tar.gz
$ cd /path_were_the_vtiguer_source_is
$ tar zxvf vtigercrm-5.0.4.tar.gz
# Install the MySQL, PHP and Apache needed dependencies #####
$ sudo apt-get install mysql-server mysql-client
# Type in the MySQL password in the text box bash that will apear on the bash shell
$ sudo apt-get install libapache2-mod-php5 libapache2-mod-perl2
$ sudo apt-get install php5 php5-cli php5-common php5-curl php5-dev php5-gd php5-imap php5-ldap
$ sudo apt-get install php5-mhash php5-mysql php5-odbc curl libwww-perl imagemagick
# Install VTiger on Apache #####
$ cd vtigercrm/
# Copy VTiger CRM to the /var/www dir (apache root dir) #####
$ sudo cp -vr * /var/www
# Change the VTiger CRM owner to the Apache owner so that #####
# Apache, can modify these when needed #####
$ sudo chown www-data -vR /var/www
# Delete the Apache test page #####
$ sudo rm -rf /var/www/index.html
# Restart Apache #####
$ sudo /etc/init.d/apache2 restart
# Configurar o Vtiger #####
Open Mozilla Firefox:
http://127.0.0.1/ or http://127.0.0.1/install.php
Now folow the instructions shown on the open page,
and configure the VTiguer CRM, and thats it.
This blog is about: Open Source, Operating Systems (mainly linux), Networking and Electronics The information here is presented in the form of howtos. Sometimes the information migth be in portuguese! As vezes a informação pode estar em portugues!
Wednesday, May 21, 2008
Saturday, May 17, 2008
No sound on ASUS F3SC laptop with Ubuntu 7.04 or 8.04
Hi, thought I should share my problem - and the solution with the forum.
I assume, that you have checked that the speakers are not muted- OK - read on:
WARNING:
I'm a low-tech no-good son-of-a-newbie (have been for 7 years - the learning curve is steeeeeep) ... so please don't ask me a lot of hard questions: I got sound -> I'm happy!
PROBLEM:
No sound after installing Ubuntu 7.10 (Gutsy Gibbon) on new ASUS F3SC laptop.
HARDWARE AND SOFTWARE DETAILS:
Kernel version:
ALSA version:
The sound card:
The chipset on the sound card:
Loaded sound driver:
SOLUTION:
Add the following line:
to the file /etc/modprobe.d/alsa-base (create the file if it does not exist)
..and yes: I know it says 'lenovo' and yes: I know my laptop is an ASUS!
Reboot and rejoice to the sound of the Ubuntu opening fanfare
Still no sound? - have you checked again that the speakers aren't muted? - Yes? - sorry, can't help you then...I'm the low-tech no-good son-of-newbie, remember?
By the way: I have also confirmed this solution when using Ubuntu 8.04 LTS (Hardy Heron) (ALSA driver 1.0.16) on the ASUS F3SC.
Taken From: http://ubuntuforums.org/showthread.php?t=728497
I assume, that you have checked that the speakers are not muted- OK - read on:
WARNING:
I'm a low-tech no-good son-of-a-newbie (have been for 7 years - the learning curve is steeeeeep) ... so please don't ask me a lot of hard questions: I got sound -> I'm happy!
PROBLEM:
No sound after installing Ubuntu 7.10 (Gutsy Gibbon) on new ASUS F3SC laptop.
HARDWARE AND SOFTWARE DETAILS:
Kernel version:
Code:
jospan@discworld:~$ uname -r
2.6.22-14-generic
Code:
jospan@discworld:~$ cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version 1.0.14 (Thu May 31 09:03:25 2007 UTC).
Code:
jospan@discworld:~$ lspci -v | grep Audio
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
Code:
jospan@discworld:~$ cat /proc/asound/card0/codec#0 | grep Codec
Codec: Realtek ALC660-VD
Code:
jospan@discworld:~$ cat /proc/asound/modules
0 snd_hda_intel
SOLUTION:
Add the following line:
Code:
options snd-hda-intel model=lenovo
..and yes: I know it says 'lenovo' and yes: I know my laptop is an ASUS!
Reboot and rejoice to the sound of the Ubuntu opening fanfare
Still no sound? - have you checked again that the speakers aren't muted? - Yes? - sorry, can't help you then...I'm the low-tech no-good son-of-newbie, remember?
By the way: I have also confirmed this solution when using Ubuntu 8.04 LTS (Hardy Heron) (ALSA driver 1.0.16) on the ASUS F3SC.
Taken From: http://ubuntuforums.org/showthread.php?t=728497
Subscribe to:
Posts (Atom)