[Midas] Installing Midas on Mac 10.6.8

Patrick Reynolds patrick.reynolds at kitware.com
Mon Jun 4 12:08:53 EDT 2012


Mona/Brian,

I'd recommend taking a look at the latest installation instructions
here: http://www.kitware.com/midaswiki/index.php/Documentation/Latest/User/Setup/Installation

We generally deploy Midas on Linux servers, but many of our developers
(including myself) prefer OS X. It looks to me from this trace that
there may be some issues with the mod_rewrite configuration. I would
expect the URL to be http://localhost/~mona/iDASH/Midas/install/step2
instead of http://localhost/~mona/iDASH/Midas/index.php/install/step2.
Could you verify that mod_rewrite is enabled and that something to the
effect of the following directive is present in the Apache
configuration:

 <Directory "/var/www/midas/">
   Options FollowSymLinks
   AllowOverride All
   Order allow,deny
   Allow from all
  </Directory>

Thanks,
Patrick Reynolds
Technical Leader
Kitware, Inc.
919 869 8848


On Sat, Jun 2, 2012 at 5:36 PM, Chapman, Brian <brchapman at ucsd.edu> wrote:
> On behalf of one of our developers:
>
> I'm having a problem trying to install Midas 3 on my Mac 10.6.8 using the
> default MySQL 5.1.51 that came with the system.
>
>     During the installation, I got the following error message (some text
> has been removed for privacy/security):
>
>
> Step2: Database Configuration
> An error occurred
>
> Server IP: 127.0.0.1
> User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8)
> AppleWebKit/534.57.2 (KHTML, like Gecko) Version/5.1.7 Safari/534.57.2
> Server time: 2012-05-29 17:41:49
> RequestURI: /~mona/iDASH/Midas/index.php/install/step2
> Referer: http://localhost/~mona/iDASH/Midas/index.php/install/step2
> Message: Unable to find sql file
>
> Trace:
> #0 /Users/mona/Sites/iDASH/Midas/library/Zend/Controller/Action.php(512):
> InstallController->step2Action()
> #1
> /Users/mona/Sites/iDASH/Midas/library/Zend/Controller/Dispatcher/Standard.php(295):
> Zend_Controller_Action->dispatch('step2Action')
> #2 /Users/mona/Sites/iDASH/Midas/library/Zend/Controller/Front.php(954):
> Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http),
> Object(Zend_Controller_Response_Http))
> #3
> /Users/mona/Sites/iDASH/Midas/library/Zend/Application/Bootstrap/Bootstrap.php(97):
> Zend_Controller_Front->dispatch()
> #4 /Users/mona/Sites/iDASH/Midas/library/Zend/Application.php(366):
> Zend_Application_Bootstrap_Bootstrap->run()
> #5 /Users/mona/Sites/iDASH/Midas/index.php(73): Zend_Application->run()
> #6 {main}
>
> Request data: array (
> 'controller' => 'install',
> 'action' => 'step2',
> 'module' => 'default',
> 'type' => '',
> 'host' => 'localhost',
> 'username' => '',
> 'password' => '',
> 'dbname' => '',
> 'port' => '3306',
> 'email' => '',
> 'firstname' => 'Mona',
> 'lastname' => '',
> 'userpassword1' => '',
> 'userpassword2' => '',
> 'submit' => 'Set up database',
> )
>
> Session data:
> Dao: NULL
>
> Last database query: connect
>
>     I have followed the instructions I found
> athttp://www.kitware.com/midaswiki/index.php/MIDAS3-Installation.
>
>     Any help will be appreciated.
>
>
>
>
> *********************************************
>     Mona Wong
>     Web & iPad Application Developer
>     San Diego Supercomputer Center
>
>     Believing we are in control is an
>     illusion that brings suffering.
> *********************************************
>
>
> _______________________________________________
> Midas mailing list
> Midas at public.kitware.com
> http://public.kitware.com/cgi-bin/mailman/listinfo/midas
>



More information about the Midas mailing list