Page 1 of 1

Path to repository

PostPosted:Mon Oct 14, 2013 2:27 pm
by gferreira
Hy there ppl

Is there anyway to use OpenKM to manage my storage e.g.

path to storage: 192.168.x.x/public
path to storage: 192.168.x.x/user1 // login: user1 // pass: passuser
...

Fat props

Gonçalo Ferreira

Re: Path to repository

PostPosted:Tue Oct 15, 2013 6:21 pm
by jllort
I think you have some confusion, I'm not sure if I understand what you want. OpenKM is document management repository. Is not a crawler. Crawler is a search engine which only is a search engine ( you can index network folders etc... ). OpenKM consolidates all documents and information into a repository, which has search engine feature ( index ) among others like security, document version, previsualization among others. OpenKM can not index network resource, but can import entiry network resource into repository and can share repository as a network device with WevDAV protocol ( hope you could understand the difference )

Re: Path to repository

PostPosted:Mon Oct 21, 2013 7:56 am
by chasedream285
--path to storage: 192.168.x.x/public

1) Create a folder named '/public'
2) Create a public ROLE named 'ROLE_PUBLIC'.
3) Add all users in your OpenKM system into this 'ROLE_PUBLIC' .
4)Grant ''ROLE_PUBLIC' full permission with folder '/public'.
---------------
path to storage: 192.168.x.x/user1 // login: user1 // pass: passuser
...
1) Create a folder named '/user1'
2)Grant user named 'user1' with full permission to folder '/user1'.

But for single user document, when you create the user 'user1' ,system will create a private folder for this user automatically, so you don't need create it anymore.

Re: Path to repository

PostPosted:Tue Oct 22, 2013 6:46 am
by jllort