Giter VIP home page Giter VIP logo

qamini's Introduction

Qamini - Open Source Mini Question & Answer Software
----------------------------------------------------

Author: Serdar Yildirim // me[dot]serdaryildirim[dot]com
Website: www.qamini.com
Demo Website: www.qamini.com/qa
Current version: 0.4


Qamini Description
------------------

Qamini is an open source question & answer software developed with MySql, PHP 5 and Kohana 3.1 MVC Framework.
Main concern is simplicity, so there is no lots of extra features like thumbnails, post revisions or badges.

Qamini is themable, including all views, static files such as javascripts, stylesheets and images.


Current features
----------------

* Registration, User pages
* Ask Question (With / Without Registration)
* Add Answers (With / Without Registration)
* Add Comments
* Vote up / down for questions or answers
* Accept answers
* Get reputation points
* Tags
* Internationalization Support
* Content Management System for Posts, Users, Settings, Tags, Spam Management and more..


Installation
------------

* Download qamini source codes.
* Download latest version of kohana 3 (http://kohanaframework.org/) and copy all files under kohana/system to qamini/system.
* Copy kohana install.php file to /qamini and upload all files to your server.
* Open your website and make sure your environment passes all tests.
Remember, after your environment is ready, you need to rename or remove install.php file.

* Copy example.htaccess to .htaccess and change "Installation Directory" to your installation directory on your server.
* Change qamini installation directory in application/bootstrap.php file to your installation directory.
* Add below line to your .htaccess file if your installation will be in production mode.
	-SetEnv KOHANA_ENV "production" 

* Create a database for qamini and dump qamini_db.sql into the database.
* Update database connection in application/config/database.php 

* Update hash key that used to hash passwords (in application/config/auth.php)
* Update system values in application/config/config.php
* Update email settings in application/config/email.php
* If you will change the default theme, update active theme for the website. (in application/config/settings.php)
	- see theme_install for detailed instructions

That's it, your question & answer website is ready to go!


Found bug(s)?
-------------

Please submit bugs (https://github.com/serdary/qamini/issues) or feature requests to Github.

qamini's People

Contributors

serdary avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.