Changeset 10302


Ignore:
Timestamp:
2005-07-25T16:51:20+12:00 (19 years ago)
Author:
kjdon
Message:

few more bits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/README.txt

    r10236 r10302  
    197197i.e.
    198198web.home=${tomcat.installed.path}/webapps/gsdl3
    199 And then run 'ant configure' to reset gsdl3home.
     199And then run 'ant configure-web' to reset gsdl3home.
    200200
    2012012. Set up the JNI libraries and Java wrappers.
     
    235235Once all these changes have been made, you will need to restart the Tomcat server for them to take effect.
    236236
     237Using External mysql server
     238------------------------------
     239
     240You will need to add the two greenstone users: gsdl3reader and gsdl3admin. The reader user is only used for accessing the database, the admin user can be used for modification.
     241
     242Commands to add the two users:
     243GRANT SELECT,INSERT,DELETE,UPDATE,DROP,CREATE ON *.* TO gsdl3admin@localhost;
     244GRANT SELECT ON *.* TO gsdl3reader@localhost;
     245
     246
    237247Notes for Mac OS
    238248------------------
Note: See TracChangeset for help on using the changeset viewer.