Koozali.org: home of the SME Server

Document Management

Offline Bud

  • *
  • 487
  • +0/-0
Document Management
« on: August 30, 2007, 05:42:57 PM »
Please Could you tell me what Document Management System you Recommend. I have a Client that has 30 Users that need to share Documents but with Restrictions (Passwords/User Rights) etc. The User need to Upload and Download Slected File(s) but I need the User to aslo Know what the Details of the File(s)s are that they want to Download eg. File Deatils etc.

Thanks

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: Document Management
« Reply #1 on: August 30, 2007, 06:34:50 PM »
Please Could you tell me what Document Management System you Recommend. I have a Client that has 30 Users that need to share Documents but with Restrictions (Passwords/User Rights) etc. The User need to Upload and Download Slected File(s) but I need the User to aslo Know what the Details of the File(s)s are that they want to Download eg. File Deatils etc.

Thanks
We use Knowledge Tree in our company, but not on a SME Server :( , see this page for features.
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline jdavey

  • ***
  • 43
  • +0/-0
Re: Document Management
« Reply #2 on: August 30, 2007, 09:37:24 PM »
hello,

www.opendocman.com

I set this up on two boxes for our Agency. Entering over 250 pdf, jpg a day. Pretty Robust, and the authors are quick to respond with assistance.

This scales pretty well if you need the capacity, and can manage groups or users to a very reasonable level.
...

Offline Franco

  • *
  • 1,171
  • +0/-0
    • http://contribs.org
Re: Document Management
« Reply #3 on: August 31, 2007, 12:30:20 AM »

Offline Tib

  • *
  • 571
  • +0/-0
    • http://www.tibors.net
Re: Document Management
« Reply #4 on: August 31, 2007, 02:30:52 AM »
We use knowledge tree here as well ... and we use it on the SME server

We have thousands of documents uploaded on it and it hasn't missed a beat.

below is the link for knowledge tree.

http://forums.contribs.org/index.php?topic=25419.0

Regards,

Tib
« Last Edit: August 31, 2007, 02:33:33 AM by Tib »

Offline Bud

  • *
  • 487
  • +0/-0
Re: Document Management
« Reply #5 on: August 31, 2007, 06:10:46 AM »
Thanks for the Info Guys  :-) I will give it a Try.

Offline Bud

  • *
  • 487
  • +0/-0
Re: Document Management
« Reply #6 on: August 31, 2007, 06:31:36 AM »
How do you Install The Owl Document Management System on the SME Server 7.2 ?

Any Help Greatly Appreciated

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: Document Management
« Reply #7 on: August 31, 2007, 08:14:35 AM »
How do you Install The Owl Document Management System on the SME Server 7.2 ?

Any Help Greatly Appreciated
Please do not hijack threads. Next time please open a new one, with a proper subject. This way it will yield probably more useful replies as this thread has a different topic...

The installation instructions in the README from the DOCS folder of the package seems pretty clear to me...
« Last Edit: August 31, 2007, 08:39:55 AM by cactus »
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline Franco

  • *
  • 1,171
  • +0/-0
    • http://contribs.org
Re: Document Management
« Reply #8 on: August 31, 2007, 06:02:27 PM »
Bud is not hijacking any thread! This is his thread about document management!
The installation instructions on the README is for SME6, and it's not a complete one, there are security measures and components that can be added to make OWL work as it should.
I'll be posting instructions on wiki.

Thanks,

Offline del

  • *
  • 765
  • +0/-0
Re: Document Management
« Reply #9 on: August 31, 2007, 08:34:24 PM »
Hi All,

Quote
We have thousands of documents uploaded on it and it hasn't missed a beat.

below is the link for knowledge tree.

http://forums.contribs.org/index.php?topic=25419.0
Is the RPM in this link OK for SME 7.2? Thanks

Del
If at first you don't succeed, then sky-diving is not for you!
"Life is like a coin. You can spend it anyway you wish, but you can only spend it once." --Author Unknown

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: Document Management
« Reply #10 on: September 01, 2007, 12:36:05 PM »
Bud is not hijacking any thread! This is his thread about document management!
I have to disagree. I know it is a topic he started, but as his topic is more specific than the topic he first opened, he might IMHO be better of opening a new more specific topic.

The installation instructions on the README is for SME6, and it's not a complete one, there are security measures and components that can be added to make OWL work as it should.
I'll be posting instructions on wiki.
I meant the readme in the package you can ]download form the OWL website itself. It seems pretty clear and self installing as far as the configuration is concerned:
Quote from: README
--------------------------------
|     Fresh Install - MySQL    |
--------------------------------
1. Move the intranet folder to where it is going to live
        'mv intranet /path/to/your/html/directory/'

2. Create a database.
        'mysqladmin -p create intranet'

3. Enter the info into the database.
        'mysql -p intranet < DOCS/sql/mysql-tables.sql'

   NOTE: For those of you that do not have shell access, you can use
         admin/tools/ctable.php to create the tables from the web
    change the script to reflect your host, username and password.

4. Edit owl.php in /config/
        -> change database type to mysql
        -> change any other things you may need.

5. Edit owl.php in /config/
   -> change database user, host, and password

6. Check permissions on Documents folder
        -> The "/Documents" folder MUST be able to be written to by your web server.
           If your web server is running as user "nobody" and group "nobody" (apache default)
           then cd to the files directory and type:

         *nix: 'chown -R nobody.nobody Documents'
         Windows: Check the permissions and security tabs

7. Login to your Intranet.
        -> in a web browser goto http://<yourhost>/intranet/
        -> default user is "admin" with password "admin"
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline Bud

  • *
  • 487
  • +0/-0
Re: Document Management
« Reply #11 on: September 14, 2007, 07:36:50 PM »
Thanks for all the Info Guys. Really Appreciated.

I am Looking to Install Opendocman and need some assistance in installing it. There does not seem to be an .rpm for it so any Help will be Greatly Appreciated.

Thanks again Guys for taking your time and effort.  :-)

Offline jdavey

  • ***
  • 43
  • +0/-0
Re: Document Management
« Reply #12 on: September 14, 2007, 10:11:39 PM »
Bud,

The last time I installed this from scratch was about 3 years ago. You can try to install it to /opt, but if you are not hosting this to the outside world, you could just throw it in an Ibay.

The OpenDocMan website is rendering a bit strangely at the moment. All of the main content is found at the bottom of the screen, so scroll to the bottom (lots of empty space). I found the latest stable release here:

https://sourceforge.net/project/showfiles.php?group_id=69505&package_id=68461&release_id=490649

Basic install instructions can be found here:
https://sourceforge.net/docman/display_doc.php?docid=14418&group_id=69505

Good luck!
...

Offline Tib

  • *
  • 571
  • +0/-0
    • http://www.tibors.net
Re: Document Management
« Reply #13 on: September 18, 2007, 12:44:44 PM »
Hi All,
Is the RPM in this link OK for SME 7.2? Thanks

Del

We are running it on an SME 7.2 system atm and all is fine ... was originally a 7.0 system but even with the upgrades all is still working.

Regards,

Tib

Offline gbentley

  • *****
  • 482
  • +0/-0
  • Forum Lurker
    • Earth
Re: Document Management
« Reply #14 on: October 23, 2007, 12:31:21 PM »
Can anyone comment on the feature limitations of the GPL version of KT and how they effect its use ?
"If you don't know what you want, you end up with a lot you don't."

Offline supersonico

  • *
  • 28
  • +0/-0
Re: Document Management
« Reply #15 on: October 24, 2007, 06:13:31 AM »
I'm using the http://www.egroupware.org/

here at  http://forums.contribs.org/index.php?topic=37313.0

I don't know if it feet your needs, is amazing aplication for 50 users.

Offline Tib

  • *
  • 571
  • +0/-0
    • http://www.tibors.net
Re: Document Management
« Reply #16 on: October 24, 2007, 07:52:01 AM »
Can anyone comment on the feature limitations of the GPL version of KT and how they effect its use ?

Well we haven't tried out the non GPL version and probably won't as this ver is fine for us.

It is very easy to setup the structure and access documents.

We have setup an intranet menu system that links to the document numbers and makes finding important files easier.

I can give you more of a run down how we did things if you like.

Here is a pic of your menu system.

http://www.cooltemp.com.au/smefiles/Menu_System.jpg