+ Reply to Thread
Results 1 to 3 of 3

Thread: Install on centos 6 x64

  1. #1

    Question Install on centos 6 x64

    I have been following the instructions at http://developer.mindtouch.com/en/do...ling_on_CentOS

    I am at the web configuration, but get the message
    Error: Could not connect to database due to authentication errors. Check your root credentials.
    I have tried localhost, my ip and the servername for the database host
    I've used my plesk admin username that has root access for creating databases
    and I've even turned off my firewall at one point.

    What do I need to do to complete the install?

  2. #2
    Join Date
    Feb 2008
    Posts
    65

    Default

    did you see this in the comments form that page?

    I had to do this before I could complete the browser portion of the installation:

    chcon -R -thttpd_sys_content_t /var/www/dekiwiki

    And this to open the firewall:

    sudo iptables -I INPUT -p tcp --dport 80 -j ACCEPT
    sudo service iptables save

  3. #3

    Default

    running in permissive mode, and firewall wide open on box for now. (OOPS Thought this was the one I entered for a CentOS 5.x issue)
    Last edited by jcraw; 07-20-2012 at 08:57 PM.

+ Reply to Thread

Posting Permissions

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