Mase
Premium Member
Registered: 16th Sep 01
Location: Derbyshire
User status: Offline
|
I'm looking at developing an intranet for work. Basically its a computer or CD based intranet that links to various PDF'd operation and maintenance manuals for pumps, valves etc. that we have to include as part our delivery of a project.
What I'd like to do is develop a way of creating a template that could be used for all projects. I want to see if a database driven solution would be viable and easy for all project teams to use with little tuition.
The major problem is my severe lack of knowledge of this type of thing, so was after some opinions as to whether this type of system would be suitable for my needs and how i could go about developing the database and GUI.
Cheers
[Edited on 13-05-2008 by Mase]
Mase
|
colour_golden
Member
Registered: 24th Feb 08
Location: Hull - UK
User status: Offline
|
It all depends what system and language you want to write it in. Their is ASP and PHP as the main coding laguages used to access databases.
ASP is microsoft so would need a windows server to run on. PHP is open source and so is MySQL (Database server) but php is, IMO harder to learn. I started on ASP then went onto PHP purely for the fact a website i was asked to work on was in PHP.
You need to decide what you want the system to do before you can decide which is best for you, if you simply want a document management system, products + manuals etc then there may already be something ready made for free over on sourceforge.net, this would cut out the hassle of making it yourself. For example http://www.doctaur.com/cgi-bin/intranet_version.pl
|
ed
Member
Registered: 10th Sep 03
User status: Offline
|
To do it using PHP and MySQL you could install Vertrigoserv on a computer and use that as your intranet server that you have your data on. Then you just need the site made up...
|
Ian
Site Administrator
Registered: 28th Aug 99
Location: Liverpool
User status: Offline
|
If you're giving it out on CD you need to weigh up what benefits a system of that nature will bring. Filesystem is a great thing if you're just talking about a load of PDF documents.
|
Bart
Member
Registered: 19th Aug 02
Location: Midsomer Norton, Bristol Avon
User status: Offline
|
do you use your own server at work or anything similar?
|
Mase
Premium Member
Registered: 16th Sep 01
Location: Derbyshire
User status: Offline
|
quote: Originally posted by Ian
If you're giving it out on CD you need to weigh up what benefits a system of that nature will bring. Filesystem is a great thing if you're just talking about a load of PDF documents.
yeah it would just be a load of PDF documents and drawings. I've put a makeshift thing together which is just a HTML website with links to the PDF's in seperate files, but its a bugger to update and takes ages, so I was looking for something a bit quicker really with a easy to use GUI. Have you got any links to this 'filesystem' thing? (unless i'm barking up the wrong tree and your talking bout the file system like windows explorer??)
Mase
|
Mase
Premium Member
Registered: 16th Sep 01
Location: Derbyshire
User status: Offline
|
quote: Originally posted by Bart
do you use your own server at work or anything similar?
we've got servers and that, but i expect they'll want to keep it seperate from our systems.
Mase
|
Ian
Site Administrator
Registered: 28th Aug 99
Location: Liverpool
User status: Offline
|
Yeah I'm just talking about Windows filesystem - what additional functionality do you need?
|
Mase
Premium Member
Registered: 16th Sep 01
Location: Derbyshire
User status: Offline
|
well thats what we usually did, but what I want to do is to split the manuals up into the different areas of the project so that engineers can access the correct manual faster, as well as extra information with details of suppliers and order numbers etc. for spares and assistance.
I just wanted to add a bit of an interface that everyone could use easily.
Mase
|
Laney
Member
Registered: 6th May 03
Location: Leeds
User status: Offline
|
Are you planning on distributing the GUI on CD and keeping the data stored elsewhere?
|
Paul
Member
Registered: 16th Apr 02
Location: Oop north.
User status: Offline
|
Have a look at this Microsoft Sharepoint
And best of all, it's FOC
[Edited on 14-05-2008 by Paul]
|
Mase
Premium Member
Registered: 16th Sep 01
Location: Derbyshire
User status: Offline
|
quote: Originally posted by Laney
Are you planning on distributing the GUI on CD and keeping the data stored elsewhere?
ideally the complete standalone manual will be on CD or DVD, database and GUI.
Mase
|
Doug
Member
Registered: 8th Oct 03
User status: Offline
|
Could you not just write a html website and put that on CD with the direct links to the relevant files stored on the CD aswell?
|
Mase
Premium Member
Registered: 16th Sep 01
Location: Derbyshire
User status: Offline
|
Thats what I've done already, but i was looking to see if there was a quicker way of developing one that all project engineers could put together, some of whom struggle with e-mails.
Tbh, its looking like i'll be doing em for everyone at the minute, unless i can palm it off onto the IT guys....
Mase
|
Laney
Member
Registered: 6th May 03
Location: Leeds
User status: Offline
|
quote: Originally posted by Mase
quote: Originally posted by Laney
Are you planning on distributing the GUI on CD and keeping the data stored elsewhere?
ideally the complete standalone manual will be on CD or DVD, database and GUI.
Cant help but think something more dynamic would be easier to maintain?
|
Mase
Premium Member
Registered: 16th Sep 01
Location: Derbyshire
User status: Offline
|
Once the projects done, there isn't a need to update the manual as far as were concerned, as this manual only covers the kit we have supplied and installed at the time....
Mase
|