this is a german Web-Mirror of PYTHON.ORG powered by Domainunion AG

Differences between revisions 8 and 9
Revision 8 as of 2002-10-31 17:19:56
Size: 2786
Editor: 217
Comment: Tidied it up and added another approach.
Revision 9 as of 2004-03-12 05:18:30
Size: 2854
Editor: MikeRovner
Comment: wiki-link
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
Line 6: Line 7:
 1. choose server: Like MSIIS WebProgramming  1. choose server: Like MS IIS WebProgramming
Line 22: Line 23:
Line 34: Line 36:
 1. teach yourself and people to do it the WikiWay  1. teach yourself and people to do it the Wiki:WikiWay
Line 37: Line 39:
Line 43: Line 46:
Line 44: Line 48:
Line 45: Line 50:
Line 46: Line 52:
Line 47: Line 54:
Line 48: Line 56:
Line 49: Line 58:
Line 50: Line 60:
Line 51: Line 62:
Line 52: Line 64:
Line 53: Line 66:
Line 54: Line 68:
Line 57: Line 72:
----
CategoryPythonInBusiness

A rough sketch

  1. choose applications: discussions, announcements, manage info, manage documents
  2. choose server: Like MS IIS WebProgramming

  3. choose database, SQL Server is a good choice
  4. generate content: Using Front Page works well, Python XML libraries, libraries to generate HTML
  5. generate navigation buttons: GraphicsAndImages

  6. test: urllib, htmllib, xmlrpc
  7. use Python to automate deployment, testing, documentation
  8. ????
  9. Profit!

The free way

Well, the above looks like been written by and for "Microsoft people".

A potentially more stable and definitely more free way to build an intranet is like that:

  1. choose applications: discussions, announcements, manage info, manage documents
  2. choose server and OS: Apache on Linux
  3. generate content: use a wiki engine like MoinMoin (it is like that thing you are looking at right now)

  4. teach yourself and people to do it the WikiWay

  5. just use it - you will see that you can do LOTS of things with that setup without needing to extend it.

The traditional way

If you need a more traditional Intranet solution, you might do it like this:

  1. Find out what applications you need:
    • Announcements - this is often needed, but where do they come from, how are they entered?
    • Discussions - are these really required? Do employees really get to have a say on announcements and other things? ;)

    • Other information - project databases, competence databases - are these already around, or is it some Excel spreadsheet someone is keeping?
    • Manage documents - are they structured or categorised in some way? What kind of documents are they?
  2. Now think about WebProgramming solutions for a moment.

    • Would Zope and some add-on application (like Squishdot, for example), or even a stand-alone solution do the business?
    • Or are you looking at some development on top of a framework?
  3. Now choose a server! Apache on Linux is quite nice, but you may not need Apache if you're set on running a multi-protocol server like Zope.
  4. Generate content: if you're lucky, you get to choose one of the PresentationTechnologies. And there's probably lots of existing documents lying around anyway.

  5. Navigation buttons don't really merit a "top level" mention. :)

  6. Integrate into business processes - not only merits a "top level" mention, but an entire Web site devoted to it. :)

  7. Test! It's nice if your WebProgramming framework allows development and testing outside a Web browser, XML-RPC, SOAP, etc. Like from the command prompt, for example.

Any profit will come from reducing those costs which come from people shuffling paper around all day. ;)


CategoryPythonInBusiness

BuildAnIntranet (last edited 2013-02-04 19:57:46 by techtonik)

Unable to edit the page? See the FrontPage for instructions.