Changeset 32752 for other-projects


Ignore:
Timestamp:
2019-02-07T17:18:35+13:00 (5 years ago)
Author:
ak19
Message:

Minor tabbing corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/the-macronizer/trunk/build.xml

    r32751 r32752  
    9999    <copy file="${basedir}/src/scripts-and-sql/cron.in" tofile="${basedir}/src/scripts-and-sql/cron.txt" filtering="true" overwrite="true"/>
    100100   
    101     <echo>Run the target 'logs-to-db-instructions' for instructions on setting up the MacroniserLogFileProcessor</echo>
     101    <echo>*** Run the target 'logs-to-db-instructions' for instructions on setting up the MacroniserLogFileProcessor***</echo>
    102102  </target>
    103103
    104104  <target name="logs-to-db-instructions">
    105     <echo>************************************************************
     105    <echo>      ************************************************************
    106106      Instructions on setting up the MacroniserLogFileProcessor
    107107      ************************************************************
    108108     
    109       1. Install mysql-5.7.23 as instructed at http://wiki.greenstone.org/doku.php?id=en:user_advanced:greenstonesqlplugs#getting_and_running_mysql
    110       (And when you run that mysql installation's db server, shut it down or run its mysql client, do so as per the instructions there)
     109      1. Install mysql-5.7.23 as instructed at
     110      http://wiki.greenstone.org/doku.php?id=en:user_advanced:greenstonesqlplugs#getting_and_running_mysql
     111      (And when you run that mysql installation's db server, shut it down or run its mysql client,
     112      do so as per the instructions there)
    111113
    112114      2. Use separate terminals to use the above instructions link to:
     
    116118      3. After connecting to the client, in the mysql client terminal
    117119        - IMPORTANT: don't forget to immediately follow with 'set names utf8mb4;'
    118         - CREATE AND INITIALISE the Macroniser database and its tables by running the MySQL_Code.sql script by typing the following and hitting ENTER: 
     120        - CREATE AND INITIALISE the Macroniser database and its tables by running
     121    the MySQL_Code.sql script by typing the following and hitting ENTER:
    119122            source ${scripts.dir}/MySQL_Code.sql
    120123     
Note: See TracChangeset for help on using the changeset viewer.