First time here? Check out the FAQ!
1

How can i deploy my askbot?

How can i deploy my askbot?

Andy's avatar
120
Andy
asked 2016-01-14 23:49:00 -0500, updated 2016-02-24 23:43:30 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment 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)

Andy's avatar
120
Andy
answered 2016-01-28 20:29:09 -0500, updated 2016-03-08 02:40:21 -0500
edit flag offensive 0 remove flag delete link

Comments

1

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

slelievre's avatar slelievre (2016-02-26 10:17:13 -0500) edit
add a comment see more comments