Results 1 to 2 of 2

Thread: Just some tips I used to install

  1. #1
    newmember is offline Sugar Community Member
    Join Date
    Aug 2004
    Posts
    41

    Default Just some tips I used to install

    This seems to satify the install requiements and some others later when changing the config a little.
    cd ../sugarcrm folder
    # chmod -R 777 config.php data/ modules/ cache/ custom/ include/ themes/

    I watch the error_log looking for errors as you are making changes to website:
    tail -f /var/log/httpd/crm-error_log
    I guess you could use something like this if you didn't specify a seperate error_log
    tail -f /var/log/httpd/error_log | grep sugarcrm

    I found it a lot easier to watch for a problem, than wonder if what I was changing actually was working.





    CentOS 4.3
    php-4.3.9-3.15
    mysql-server-4.1.20-1
    httpd-2.0.52-22.ent.centos4

  2. #2
    kbrill's Avatar
    kbrill is offline SugarCRM PS Engineer
    Join Date
    Jul 2004
    Location
    St Louis, MO
    Posts
    3,183

    Default Re: Just some tips I used to install

    Never ever use 777 on anything... 755 at most. Here is a document detailing how to set up your permissions and owners.

    The log thing is always a good idea tho...
    Kenneth Brill - Help Forum Moderator

    I do not respond to 'Private Messages'. Please email me directly instead

    When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
    Help us Help You

Thread Information

Users Browsing this Thread

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

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
  •