MHMDhub / enterprise-log-search-and-archive

Automatically exported from code.google.com/p/enterprise-log-search-and-archive
0 stars 0 forks source link

Install on basic CentOS fails (MySQL never gets started by the install script) #179

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install CentOS 6.4 minimal
2. Run 'install.sh web' like you normally would
3. MySQL connection fails and script exits

What version of the product are you using? On what operating system?
Latest SVN install script r1069

Please provide any additional information below.
It's just a minimal install with git and zsh added. Nothing else has been 
changed. I imagine this is a bug in the installer script.

I've attached the install log, but I imagine this is a simple fix.
Additionally, it appears as if mysql never got installed... though the package 
obviously was.
'service mysql{,d} status' reports that neither mysql nor mysqld is a service...

Original issue reported on code.google.com by i...@pingas.org on 8 Oct 2013 at 7:43

Attachments:

GoogleCodeExporter commented 8 years ago
MySQL didn't get installed.  You need to install both the node and the web 
components, so sh install.sh node && sh install.sh web

Original comment by mchol...@gmail.com on 9 Oct 2013 at 4:38

GoogleCodeExporter commented 8 years ago
After doing node first, and then web, everything worked. Thanks!

Original comment by i...@pingas.org on 15 Oct 2013 at 8:53

GoogleCodeExporter commented 8 years ago

Original comment by mchol...@gmail.com on 15 Oct 2013 at 9:35