Skip to content

ceoofworld/libqa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libqa™ Project

Keyword based Social Q&A Community

Social Q&A & Knowledge sharing platform based GLiDER Wiki. created by GLiDER Wiki Team(http://www.gliderwiki.org)

Howling™ - Social Q&A & Wiki for Community Version Howling™ is free software, available under the terms of a MIT license.(http://opensource.org/licenses/mit-license.php)

DB Configuration

cd /usr/local/mysql/bin ./mysql -u root -p

GRANT ALL PRIVILEGES on howling.* to 'howling'@'localhost' identified by 'libqa2014';

GRANT ALL PRIVILEGES on howling.* to 'howling'@'%' identified by 'libqa2014';

flush privileges;

CREATE SCHEMA howling DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci ;

About

Keyword based Social Q&A Community

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 44.3%
  • Java 30.3%
  • CSS 20.0%
  • JavaScript 4.0%
  • Groovy 1.4%