Changeset 10671
- Timestamp:
- 2005-09-30T11:47:42+12:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gsdl3/README.txt
r10320 r10671 248 248 249 249 You 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.p word and mysql.reader.pword250 mysql.admin.password and mysql.reader.password 251 251 The mysql.tcp.port property specified here should be set to the port that your mysql is running on. (default 3306). 252 252 … … 255 255 256 256 Close mysql, then run 257 mysql localsite_gs3mgdemo < <path-to-gsdl3>/sites/localsite/collect/gs3mgdemo/mysqldatadump.sql 257 mysql 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 260 mysql localsite_gs3mgdemo < <path-to-tomcat>/webapps/gsdl3/sites/localsite/collect/gs3mgdemo/mysqldatadump.sql ) 261 258 262 You may need to run this using '--user=root -p' 259 263
Note:
See TracChangeset
for help on using the changeset viewer.