Results 1 to 4 of 4

Thread: Installing Sugar on Linux

  1. #1
    jjprabhu is offline Sugar Community Member
    Join Date
    Apr 2008
    Posts
    19

    Default Installing Sugar on Linux

    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

  2. #2
    stevec is offline Sugar Community Member
    Join Date
    Oct 2005
    Location
    London
    Posts
    1,100

    Default Re: Installing Sugar on Linux

    Al depends on what distribution you are using. But for the prerequisites, have a look in the downloadable documentation

  3. #3
    JVWay is offline Sugar Community Member
    Join Date
    Sep 2007
    Location
    Corvallis, Oregon
    Posts
    452

    Default Re: Installing Sugar on Linux

    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

  4. #4
    vasi2me is offline Senior Member
    Join Date
    Jun 2008
    Location
    India
    Posts
    25

    Default Re: Installing Sugar on Linux

    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

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Sugar is slow - some ideas to improve the speed
    By mycrmspacegunnar in forum General Discussion
    Replies: 22
    Last Post: 2012-04-04, 01:44 PM
  2. Replies: 6
    Last Post: 2005-09-27, 06:33 PM
  3. Sugar Open Source 3.5.1 Available for Download
    By jnassi in forum Announcements
    Replies: 1
    Last Post: 2005-09-27, 06:43 AM
  4. Sugar Open Source 3.5.0c Available for Download
    By jnassi in forum Announcements
    Replies: 0
    Last Post: 2005-08-27, 08:21 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •