1

requirements.txt file:

django>=1.1 mysql-python python-openid psycopg2 html5lib markdown git+git://github.com/dcramer/django-sphinx.git South

first, virtualenv ~/webapps/ --distribute source ~/webapps//bin/activate export PATH=/usr/pgsql-9.1/bin/:$PATH (this is to avoid the pg_config not found error http://community.webfaction.com/questions/736/installing-psycopg2) then pip-2.7 install -r requirements.txt

And remember don't do pip install which install into 2.4; need to invoke pip-2.7 install

2 Answers2

3
  1. Go here.
  2. Click "Install".
  3. Add the OSQA app that you just created to your site.
  4. Done!
Sean F
  • 817
  • 9
  • 20
  • That script does not work for me. Do you know of any other methods? – dykeag Jul 23 '12 at 19:25
  • If the script is failing, then figure out the reason for the failure and correct it. Let WebFaction's support team know if you need assistance. – Sean F Jul 30 '12 at 18:56
0

Just to share, I installed OSQA on Webfaction following SeanF's instructions above and it was a breeze. I could even customize the script a little bit. Now the work is on customizing the site, not spending countless setting up the deployment. Thanks Webfaction and SeanF.

valuenaut
  • 303
  • 2
  • 4
  • 13