Hi everyone,
I want to install SugarCRM 4.5.1i on Linux7.x . Can anyone plz tell me what all things are needed to download inorder to run Sugar successfully on Linux.
thanks n regards,
jjprabhu
Hi everyone,
I want to install SugarCRM 4.5.1i on Linux7.x . Can anyone plz tell me what all things are needed to download inorder to run Sugar successfully on Linux.
thanks n regards,
jjprabhu
Al depends on what distribution you are using. But for the prerequisites, have a look in the downloadable documentation
So these are some general guidelines for doing this on an Ubuntu box. Getting all those pieces in prior to install of Sugar will make your install go more smoothly.
To restart Apache - sudo /etc/init.d/apache2 restart
Steps to install after system has LAMP stack on it.
On Ubuntu anyways this is pretty easy with commands like
Sudo aptitude install apache2
Sudo aptitude install mysql5
Sudo aptitude install php5
sudo aptitiude install php5-imap
sudo aptitiude install php5-ldap
sudo aptitiude install php5-curl
sudo aptitiude install php5-mcrypt
sudo aptitiude install php5-cli (necessary for cron to run)
Copy Sugar to /var/www - this is the root of Apache2 Just create a sugarxxx folder. Preferably noting the version number. Make it lower case as Apache honors the case of the folder name.
Chown -R www-data:www-data * from within the newly created folder.
MySQL admin root
SugarDB Admin
sugarcrm (database)
Choose a password
LDAP Authentication Support
Enable LDAP
Server:LDAP server name full canonical name
Example: ldap.example.com
Port Number:
Example: 389
Base DN:
cn=users;dc=domain ;dc=com
Bind Attribute:
cn
For Binding the LDAP User Examples:c-main c-main c-main+
Login Attribute:
SamAccountName
Authenticated User:
administrator@domain.com
Authenticated Password:
Current admin password
Auto Create Users:
yes
Encryption Key:
Current encryption key
For SOAP authentication when using ldap.
|
Setup scheduler
add line to crontab -e
taken from scheduler screen
* * * * cd /var/www/sugar50ent; php -f cron.php > /dev/null 2>&1*
Jerry Way
Business Process Administrator
Sugar 6.1.4 Professional
(Testing 6.1.2)
LAMP on Centos 5
PHP 5
MySQL 5
Apache 2.2
HI All,
Just an additional information about setting up scheduler
Insted of using crontab -e, I suggest you to add entry in /etc/crontab
It give a little more flexibility
Thanks,
~Vasi.
Thanks,
Vasiuddin.
Aspire Systems
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks