how to change default repository home
PostPosted:Sat Nov 24, 2012 8:40 am
I've installed OpenKM 6.2.0.
According to OpenKM wiki (http://wiki.openkm.com/index.php/Applic ... figuration), to change the repository folder to another location, use the configuration property:
repository.home
But there is no key value called "repository.home" in configuration.
How can I change the default repository home?
Should I execute a sql query from Administration -> Database query
INSERT INTO OKM_CONFIG (CFG_KEY, CFG_TYPE, CFG_VALUE) VALUES ('repository.home', 'string', 'new location');
Thanks.
According to OpenKM wiki (http://wiki.openkm.com/index.php/Applic ... figuration), to change the repository folder to another location, use the configuration property:
repository.home
But there is no key value called "repository.home" in configuration.
How can I change the default repository home?
Should I execute a sql query from Administration -> Database query
INSERT INTO OKM_CONFIG (CFG_KEY, CFG_TYPE, CFG_VALUE) VALUES ('repository.home', 'string', 'new location');
Thanks.