Results 1 to 9 of 9

Thread: Trying to install Sugar Community - Intimidating!

  1. #1
    thestranger is offline Member
    Join Date
    Jan 2011
    Posts
    7

    Default Trying to install Sugar Community - Intimidating!

    I am not techniclly experienced. I run my own business and want to try Sugar Community. This doesn't seem simple. I tried to install it at home yesterday and it would not take my username or password. Actually, during set-up, it did not ask me what I wanted as a username. Then afterwards it asked me for my username. I tried administrator, but that wouldn't work. Also, I do not know how to tell if I have Apache, or SQL or PHP. I also do not know how to pull up my "server" to type in <?php phpinfo(); ?>. I know, I'm hopeless.

    Today I am at work, and I want to try and install it on my pc here at my small business. Maybe I'll have better luck here. I have a Windows Vista desktop. Any help would be appreciated. By the way, is Community recommended for use with IT people only? I do not want to get in over my head. Thank you!

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

    Default Re: Trying to install Sugar Community - Intimidating!

    You should consider using one of the Stack Installers as it simplifies the process further and is ideal for the less technical crowd. That's not to say that installing in general requires a great deal of technical expertise, but it does require a little savvy and the stack installers help reduce that need.

    You can download the stack installers from here:
    http://www.sugarcrm.com/crm/download...tml#installers

    You should also consider taking a look at the install guide for further details:
    http://www.sugarcrm.com/crm/support/...6.1.0-toc.html
    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
    thestranger is offline Member
    Join Date
    Jan 2011
    Posts
    7

    Default Re: Trying to install Sugar Community - Intimidating!

    Thank you for your help. It seemed to go well until it tried to launch Sugar CRM: It said it was installing, and then the web page goes blank - it tells me the web page cannot be displayed HTTP 500 Internal Server Error.

    I've tried restarting the computer. The page starts out with the Sugar dashboard and that it is installing, then after a few seconds goes to the HTTP 500 screen. Hmm. Any suggestions?

    Thank you very much!

  4. #4
    andopes's Avatar
    andopes is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Jul 2006
    Location
    São Paulo - Brazil
    Posts
    8,335

    Default Re: Trying to install Sugar Community - Intimidating!

    Hopefully the stack installer you had installed saves error log of apache. Look for this error log and take a look at last lines.
    Hopefully you will see some error messages regarding the error.
    Let us know it.

    Cheers
    André Lopes
    DevToolKit / Project of the Month - June 2009
    Lampada Global Services- Open Source Solutions
    Avenida Ipiranga, 318
    Bloco B - CJ 1602
    São Paulo, SP 01046-010
    Brazil
    Office: +55 11 3237-3110
    Mobile: +55 11 7636-5859
    e-mail: andre@lampadaglobal.com

    Lampada Global delivers offshore software development and support services to customers around the world.
    Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.

    I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.

  5. #5
    thestranger is offline Member
    Join Date
    Jan 2011
    Posts
    7

    Default Re: Trying to install Sugar Community - Intimidating!

    Thank you for your help! I could not find an error log on the Stack Starter.

    I did find this error under Microsoft Event Viewer:

    The Apache service named

    reported the following error: >>>
    (OS 10048)Only one usage of each socket address (protocol/network address/port) is normally permitted. : make_sock: could not bind to address 0.0.0.0:443


    Could this be the problem? Thank you again.

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

    Default Re: Trying to install Sugar Community - Intimidating!

    Possibly. It seems to be complaining that you have two web servers running.

    Try this:

    1. Start > Run
    2. Type services.msc and hit Enter
    3. Select 'World Wide Web Publishing Service'
    4. Right-click and choose Stop

    Try restarting the SugarCRM stack. If it works, go back to the services control panel, double click the entry selected in step #3 and set it to start manually instead of automatic.
    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)
    ______________________________________________

  7. #7
    thestranger is offline Member
    Join Date
    Jan 2011
    Posts
    7

    Default Re: Trying to install Sugar Community - Intimidating!

    I de-installed MS SQL and then installed MySQL. It installed ok. Now I get a screen that asks me for my username and password.

    I did not give it a username during set-up and install. I did however have to provide three passwords: Sugar Administrator password, root user password, and PHP password. None of these work as a username.

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

    Default Re: Trying to install Sugar Community - Intimidating!

    The one you defined for the Sugar administrator is the one that it is requesting.

    Enter 'admin' for the user name, along with whatever password it is you defined for the Sugar administrator and that should let you in.

    Note it is case sensitive.
    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)
    ______________________________________________

  9. #9
    thestranger is offline Member
    Join Date
    Jan 2011
    Posts
    7

    Default Re: Trying to install Sugar Community - Intimidating!

    Your instructions worked! Thank you!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Windows Install shows text-only, Sugar 6 Community
    By raydigiacomojr in forum Installation and Upgrade Help
    Replies: 4
    Last Post: 2010-09-15, 05:16 PM
  2. install Sugar Community Edition 6.0 to XP Mode
    By tutunculer in forum Installation and Upgrade Help
    Replies: 4
    Last Post: 2010-08-05, 06:38 PM
  3. Trying to install community sugar
    By ronnyz in forum Installation and Upgrade Help
    Replies: 1
    Last Post: 2010-08-02, 12:22 PM
  4. Problems after install of the new Sugar Community Edition 5.2.0
    By Jansson in forum Installation and Upgrade Help
    Replies: 0
    Last Post: 2009-01-31, 02:57 PM
  5. Install problems with Sugar CRM Community Edition on SBS 2003
    By KELLEYJ in forum Installation and Upgrade Help
    Replies: 0
    Last Post: 2008-01-25, 06:54 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
  •