First time here? Check out the FAQ!
1

How can i deploy my askbot?
 

How can i deploy my askbot?

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)
Andy's avatar
120
Andy
asked 9 years ago, updated 9 years ago

Comments

see more comments

1 Answer

2

I have solved my own question with my effort. Step by step carefully!

1.apt-get install python-pip

2.apt-get install python-dev

3.pip install askbot

it maybe came some errors.

then apt-get install libtiff5-dev libjpeg8-dev zlib1g-dev libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6-dev python-tk

4.apt-get install mysql-server(I use mysql)

5.pip install mysql-python

6.python manage.py runserver *(it works)

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)
Andy's avatar
120
Andy
answered 9 years ago, updated 9 years ago
link

Comments

1

Great! Thank you for the details you added about the steps.

slelievre's avatar slelievre (9 years ago)
see more comments