First time here? Check out the FAQ!
0

How to install Askbot on a MacBook Pro?
 

I want to try out Askbot locally on my Macbook pro. Can somebody please write a step-by-step installation instruction of installing it (considering the fact that I am completely new to Python and Django). I work on PHP but have no idea how Python works. I did a easy_install of askbot but am not sure how to configure the DB settings. I know the dependencies were automatically downloaded.

Going forward how do I configure the db and how to view the default askbot installation on a browser?

Thanks in advance.

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)
Praz's avatar
1
Praz
asked 12 years ago

Comments

see more comments

1 Answer

0

Look for info on how to install Django on a Mac, follow that and then install askbot.

I recommend you use sqlite3 database engine as it is the easiest to get going on a mac.

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
answered 12 years ago
link

Comments

well, I guess Django is already installed as a dependency package when I ran easy_install for askbot. a ls on the /Library/Python/2.7/site-packages/ shows Django-1.4.3-py2.7.egg as well as other askbot dependencies to be present. what next? Why don't you guys come up with a newbie friendly installation guide for such a great project? It will help noobs like us learn and start using askbot.

Praz's avatar Praz (12 years ago)

The best description we have is in the documentation - linked in the header.

Evgeny's avatar Evgeny (12 years ago)
see more comments