Results 1 to 8 of 8
Is there any server available that can allow users access to a repository of documents for editting and configuration management control? Basically a central repository that can be access from ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-02-2005 #1Just Joined!
- Join Date
- Jan 2005
- Posts
- 16
Document Server
Is there any server available that can allow users access to a repository of documents for editting and configuration management control? Basically a central repository that can be access from any place with an internet connection?
If that's not clear, what I'd like to do for a group of mine in which we need access to the same set of documents and keep some type of control of the current state that it is in, is to make these documents available from anywhere there is an internet connection for editing or updating.
I don't believe vsftpd will allow me to do that. At least not be able to work with the document without having to download it first and then upload back to the server. That would be too cumbersome and hard to configuration managed.
Any suggestions?
- 02-02-2005 #2Linux Engineer
- Join Date
- Nov 2004
- Location
- Montreal, Canada
- Posts
- 1,267
I dont think that this is possible outside a LAN...
IF text document is the only type of file you will be updating and such, a regular web interface that reads the document, and permits input/output is your best shot with the current task at end. Other wise, you will have to Downlaod the document, and reupload it\"Meditative mind\'s is like a vast ocean... whatever strikes the surface, the bottom stays calm\" - Dalai Lama
\"Competition ultimatly comes down to one thing... a loser and a winner.\" - Ugo Deschamps
- 02-02-2005 #3Linux Enthusiast
- Join Date
- Jun 2002
- Location
- San Antonio
- Posts
- 621
depending on what field you are in, you could set up a CVS server, and have people check in and out the files. The only issue is there is no 'diff'ing of binary files like word files. However, if you use something cool like LaTeX, you can check in and out the files with correct text diffs.
Best,
SamuelI respectfully decline the invitation to join your delusion.
- 02-02-2005 #4
I haven't done this for sure, but conceptually you could set up a server with X on it and use rdesktop to access it. You would have to put it behind a router and open up the rdesktop port then allow your friends or associates ip permissions through the router to the box. Or maybe set up a vpn and give them access. It would be slow but it can be done. I have also heard that samba can be multi domainish but I havent tried it. Sounds like a fun project
Some people have told me they don't think a fat penguin really embodies the grace of Linux, which just tells me they have never seen a angry penguin charging at them in excess of 100mph. They'd be a lot more careful about what they say if they had.
-- Linus Torvalds
- 02-03-2005 #5
what about CVS..... while built for plaintext documents, it can generaly handle and help track changes in openoffice formats and the like as the information is really more stored in xml or summin else like that, human readable anyways. Add the webaccess, and might work.... Or something like phpgroupware might work... there are alot of php/mysql groupware options out there that might meet your requirements, but poke around and see!
EDIT: someone def already said CVS, but my vote.
- 02-03-2005 #6Linux Engineer
- Join Date
- Nov 2004
- Location
- Ft. Polk, LA
- Posts
- 796
You might be interested in a wiki, but it won't help much if you need a specific document type. Google for wiki for more info about it.
- 02-03-2005 #7Just Joined!
- Join Date
- Jan 2005
- Posts
- 70
Why not sshd and one user?
It's not maybe so secure and everything but everyone had access to same files.
Or everyone own account and password and then symlink to dir where's the files.
Or ftp server?
- 02-03-2005 #8
First thing that comes to mind is a Wiki, already mentioned here. Second thought is a CMS like PHPNuke or one of the many other CMS packages.
I\'m so tired .....
#200472


Reply With Quote
