IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 171 and Version 172 of ippToPsps


Ignore:
Timestamp:
Oct 27, 2011, 1:29:33 PM (15 years ago)
Author:
rhenders
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ippToPsps

    v171 v172  
    117117{{{
    118118expire_logs_days                                = 90
     119}}}
     120
     121You will need (if it is not done already) to create an {{{ipp}}} user. Connect to the local MySQL server as root then to the following.
     122
     123{{{
     124GRANT ALL PRIVILEGES ON *.* TO 'ipp'@'localhost' IDENTIFIED BY 'ipp' WITH GRANT OPTION;
     125}}}
     126
     127Now disconnect then reconnect as {{{ipp}}} and create the scratch database.
     128
     129{{{
     130create database ipptopsps_scratch;
     131}}}
     132
     133Finally, you need to create the initialization tables.
     134
     135{{{
     136./run.sh load.py configs/init.xml init
    119137}}}
    120138