nghitran / qaa

A Question and Answer Web App
http://qaa.vn
Other
2 stars 0 forks source link

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

Development Environment

Documentation

https://qaa.readthedocs.org/en/latest/

Installation

  1. Download the latest tar ball.
  2. Untar and copy it to your directory (e.g. '/var/www/django_projects/')
  3. Copy the settings_local.py.dist file to settings_local.py and modify it with your own information.
  4. Activate your virtualenv environment and run syncdb to create the database schema.
  5. 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.