2

Is AskBot Easy to Install?
 

How hard is the process of installing AskBot? I know how to install MYSQL+PHP scripts... Is it more advance then this?

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
updated 14 years ago
NOah  Rainey's avatar
21
NOah Rainey
asked 14 years ago

Comments

Note that Askbot is Python based and will not run on a PHP driven webspace package.
Pekka's avatar Pekka (14 years ago)
Pekka is right, however that your server has PHP does not at all mean it cannot run python :). What it needs to have is either mod_fcgi or mod_wsgi installed (assuming that your server is Apache, there are some other options to run python environment too besides those two). Where do you host, Noah?
Evgeny's avatar Evgeny (14 years ago)
see more comments

2 Answers

2

Please take a look at the basic documentation here

http://askbot.org/doc/index.html

The simplest command to start installation is

easy_install askbot

However, if you are installing on a shared host, there are some details (--prefix parameter and PATH environment variable). Also you might not yet have easy_install - in that case you'll have to get it first. Other than that, installation is fairly straightforward.

The most reliable updates are available through easy_install and Python Package Index. While it is impossible to guarantee correctness of code, it is becoming more reliable as more automated quality assurance tests are added.

Development version is available at Github, it has the most implemented features, but some may be not quite finished. If you are interested to join developing this software - that would be awesome.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
updated 14 years ago, answered 14 years ago
link

Comments

see more comments
1

I w'd like to install this script .But I am not sure how to get stared .I tried OSQA and shapado too.But not sure How to install .

Could you please help me to create a Q & A site?

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
helpin's avatar
11
helpin
updated 14 years ago, answered 14 years ago
link

Comments

Hi, I'll try to help you out - I will contact you later today.
Evgeny's avatar Evgeny (14 years ago)
see more comments