Koozali.org: home of the SME Server

Epiware on SME Server 8

Offline freek

  • 1
  • +0/-0
Epiware on SME Server 8
« on: January 09, 2012, 09:04:42 PM »
Dear All,

If you install Epiware on your SME Server 8 as discussed in the already existing contrib of SME Server 7, you probably run into two problems.
At least I did. After running the ./install of the Epiware_4.8.6 package, I was not able to run the following instruction:

     mysql -u root -p < epi/project_db.sql

It asks for your mysql password which is randomly generated during your server installation. To overcome this problem you need to log in to the mysql console and run the following instruction in order to create the Epiware database according the project_db.sql file (after you moved the files to your new ibay directory):

     mysql> source /home/e-smith/files/ibays/epiware/html/project_db.sql

The second change regards the config.in.php file. Open the file as described and change the following line to be able to connect to the database:

     'define( "IP_ADDRESS","localhost:/var/lib/mysql/mysql.sock");'

This makes it able for php to find the mysql.sock file. That's all.

Best regards,
Freek
« Last Edit: January 09, 2012, 09:10:04 PM by freek »