QAA
QAA is a Question and Answer Web App.
QAA is built on top of Django framework and is initially forked from the OSQA source code to make it better and more convenient for everyone to use and develope it.
Requirements
Production Environment
- Nginx
- Gunicorn
- Virtualenv
- Python 2.7.3
- Django 1.4.x
- MySQL 5.5
- Ubuntu server 12.04
Development Environment
- Virtualenv
- Python 2.7.3
- Django 1.4.x
- MySQL 5.5
- Ubuntu 12.xx
Documentation
https://qaa.readthedocs.org/en/latest/
Installation
- Download the latest tar ball.
- Untar and copy it to your directory (e.g. '/var/www/django_projects/')
- Copy the settings_local.py.dist file to settings_local.py and modify it with your own information.
- Activate your virtualenv environment and run syncdb to create the database schema.
- Run the command 'python manage.py runserver' and enjoy QAA.
License
QAA is licensed under the GPLv3 License. See the LICENSE file for more details.
Contributors
We are SCAFA Team. Our core members and maintainers are:
See the CONTRIBUTORS file for more details.