Changeset 10671


Ignore:
Timestamp:
2005-09-30T11:47:42+12:00 (19 years ago)
Author:
kjdon
Message:

changed notes about loading the sample database for external mysql

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/README.txt

    r10320 r10671  
    248248
    249249You will need to edit the gsdl3/web/WEB-INF/classes/global.properties file and set the two passwords that you used in here:
    250 mysql.admin.pword and mysql.reader.pword
     250mysql.admin.password and mysql.reader.password
    251251The mysql.tcp.port property specified here should be set to the port that your mysql is running on. (default 3306).
    252252
     
    255255
    256256Close mysql, then run
    257 mysql localsite_gs3mgdemo < <path-to-gsdl3>/sites/localsite/collect/gs3mgdemo/mysqldatadump.sql
     257mysql localsite_gs3mgdemo < <path-to-gsdl3>/web/sites/localsite/collect/gs3mgdemo/mysqldatadump.sql
     258
     259(Note that if you have installed the Greenstone web directory into Tomcats webapps dir, then this command will be
     260mysql localsite_gs3mgdemo < <path-to-tomcat>/webapps/gsdl3/sites/localsite/collect/gs3mgdemo/mysqldatadump.sql )
     261
    258262You may need to run this using '--user=root -p'
    259263
Note: See TracChangeset for help on using the changeset viewer.