Results 1 to 6 of 6

Thread: Sql Type

  1. #1
    Deland02 is offline Sugar Community Member
    Join Date
    Sep 2006
    Posts
    35

    Default Sql Type

    I'm trying to install Sugar CRM for the 1st time but not really sure if the SQL version I have on the server at current is ok to use with Sugar. The server I was going to test sugar on is used for online payments and has Apache installed. Also how would I know if it has PHP installed and whet version?

    I have attached a screen dump of the add / remove programmes which lists the SQL version I think?

    Can anyone help?
    Attached Images Attached Images  

  2. #2
    Angel's Avatar
    Angel is offline Sugar Community Member
    Join Date
    Jul 2005
    Location
    Los Angeles
    Posts
    4,813

    Default Re: Sql Type

    I think you are missing a few things.

    Here is the official list of system requirements for 4.5: http://www.sugarcrm.com/crm/products...platforms.html

    You have MS-SQL (MSDE version), but the sys requirements indicate SQL 2005, even if it did support MSDE, I'd hesitate to recommend its use. PostgreSQL is not supported, so that's not an option.

    Are you installing it for your own use (pilot?) or are you planning on using it throughout your organization (or portion thereof).

    If it is just for your own usage, I would recommend using the XAMPP stack from Apachefriends. That one seems to be the nicest/simplest from all the ones I've played with. It will install Apache, PHP and MySQL for you, even on Windows. You don't have to worry about getting the 3 to talk to each other, it is all done for you. I think this is the most expedited way of deploying Sugar, especially if you are just wanting to check it out. If you get more serious about it, then you can revisit this topic afterwards without much pain.

    You can download XAMPP from here:
    http://www.apachefriends.org/en/xampp.html

    As for checking your PHP version, you can check it by opening a command prompt (Start >> Run >> cmd) and navigating to the PHP folder (if present), then run "php.exe -v"

    If you can't find php.exe on your system, you've answered your question about whether it is installed -- Assuming the Windows machine is the server in question.

    Good luck!
    Last edited by Angel; 2006-09-26 at 12:03 AM.
    Regards,

    Angel Magaña
    Co-Author: Implementing SugarCRM 5.x (Packt Publishing -- Sept. 2010)
    Blog: http://cheleguanaco.blogspot.com.
    Twitter: @cheleguanaco.

    ________
    | Projects: |_____________________________________
    |
    | CandyWrapper (.NET Wrapper for SugarCRM SOAP API). Source now available on GitHub!
    | GoldMine to SugarCRM Express Conversion. Latest: 1.0.1.7 (Nov. 3, 2009)
    | CRM SkyDialer (Skype Integration). Latest: 1.0.2 (Feb. 17, 2010)
    | Round Robin Leads Assignment
    | Phone Number Formatter
    | CaseTwit (Twitter Integration)
    ______________________________________________

  3. #3
    Deland02 is offline Sugar Community Member
    Join Date
    Sep 2006
    Posts
    35

    Default Re: Sql Type

    Thanks very much for that, you've been a great help. The problem I'm facing is this, the server I have to play around with also hosts a Secure payment website. It already has Apache and PHP installed on the server & I really don’t want to screw the site up by installing different versions on there. I don’t even know if I could run more than one version of PHP & Apache? I have been tasked with setting Sugar up to hammer it over our LAN and test the performance. The application there currently using isn’t too good.

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

    Default Re: Sql Type

    One thing to do to find out about versions. Create the following file called phpinfo.php and copy iy somewhere on the server you know you can browse to:

    Code:
    <?php
    phpinfo();
    ?>
    That should give you all the php and apache details you could ever want.....

  5. #5
    Angel's Avatar
    Angel is offline Sugar Community Member
    Join Date
    Jul 2005
    Location
    Los Angeles
    Posts
    4,813

    Default Re: Sql Type

    Quote Originally Posted by Deland02
    Thanks very much for that, you've been a great help. The problem I'm facing is this, the server I have to play around with also hosts a Secure payment website. It already has Apache and PHP installed on the server & I really don’t want to screw the site up by installing different versions on there. I don’t even know if I could run more than one version of PHP & Apache? I have been tasked with setting Sugar up to hammer it over our LAN and test the performance. The application there currently using isn’t too good.
    You could try configuring XAMPP's Apache to listen on a different port, other than the one being used by your other instance used for the payment system. I would think that would allow you to run multiple instances of it. If it works, then you could use the second instance for Sugar only and wouldn't have to worry about messing with your other stuff. The drawback would be having to specify the port number when you use Sugar.
    Regards,

    Angel Magaña
    Co-Author: Implementing SugarCRM 5.x (Packt Publishing -- Sept. 2010)
    Blog: http://cheleguanaco.blogspot.com.
    Twitter: @cheleguanaco.

    ________
    | Projects: |_____________________________________
    |
    | CandyWrapper (.NET Wrapper for SugarCRM SOAP API). Source now available on GitHub!
    | GoldMine to SugarCRM Express Conversion. Latest: 1.0.1.7 (Nov. 3, 2009)
    | CRM SkyDialer (Skype Integration). Latest: 1.0.2 (Feb. 17, 2010)
    | Round Robin Leads Assignment
    | Phone Number Formatter
    | CaseTwit (Twitter Integration)
    ______________________________________________

  6. #6
    Deland02 is offline Sugar Community Member
    Join Date
    Sep 2006
    Posts
    35

    Default Re: Sql Type

    I luckily managed to acquire my very own dedicated server for Sugar (to be delivered shortly). The question I have now is should I

    1> Download & install XAMPP followed by Sugar?
    or
    2> Download & install MySQL, Apache & PHP & set them up separately, then install Sugar?

    Bear in mind I don’t really have a great deal of expertise with MySQL, Apache & PHP. I aim to run Sugar on a private company LAN but it needs to be fairly secure or my boss won’t be too impressed if someone hacks it if you know what I mean.

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
  •