Changes between Version 11 and Version 12 of Opal HowTo Install


Ignore:
Timestamp:
07/02/15 12:41:49 (9 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Opal HowTo Install

    v11 v12  
    5858[[ToDo]]: '''This needs to start on boot'''
    5959
     60== Opal Post Installation
     61
     62See:
     63- [[http://wiki.obiba.org/display/OPALDOC/Post+Installation+Set-up]]
     64
     65== Opal Database Setup
     66
     67See:
     68- [[http://wiki.obiba.org/display/OPALDOC/Databases+Administration]]
     69
     70=== 1. Update MySql Config
     71
     721. The config file for MySQL files on a LAMP server is stored at `/db/mysql/etc/my.cnf`
     732. Change the default character set in the `[mysqld]` section:
     74
     75{{{
     76default-character-set=utf8
     77default-collation=utf8_bin
     78}}}
     79
     803. Change the storage engine in the `[mysqld]` section:
     81
     82{{{
     83default-storage-engine=INNODB
     84}}}
     85
    6086== Installing RServe
    6187