2
2

I noticed several differences from the wikis that we have. For Windows Vista with SQL Server, these are the required modules:

  • django
  • markdown
  • html5lib
  • south
  • python-openid

For Ubuntu with Apache and MySQL the following were mentioned as required,

  • django
  • markdown
  • html5lib
  • South
  • python-openid
  • django-debug-toolbar

For RHEL/CentOS,

  • Markdown
  • html5lib
  • python-openid
  • ElementTree

See the difference where some had django, markdown and elementtree and some didn't have some of those. Also, some installation would probably the corresponding modules to make it work with MySQL, PostgreSQL and some other databases. It would be nice to have a definitive list of required modules for an optimal OSQA installation.

asked 20 Apr '11, 08:17

Randell's gravatar image

Randell
2.0k479376
accept rate: 28%


Isn't the list of external dependencies here the definitive one?

This currently shows:

  • Django, at least version 1.1
  • Python markdown
  • html5lib
  • Python OpenId
  • South

And there's an implicit requirement on Python 2.X.x . I'm guessing Python 2.6.x or Python 2.7.x, but maybe Python 2.4.x or Python 2.5.x work too?

link

answered 20 Apr '11, 09:01

Andrew_S's gravatar image

Andrew_S ♦
5.6k45674
accept rate: 21%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×156
×25
×6

Asked: 20 Apr '11, 08:17

Seen: 988 times

Last updated: 20 Apr '11, 09:01

powered by OSQA