GithubHelp home page GithubHelp logo

pborreli / knowledgebase Goto Github PK

View Code? Open in Web Editor NEW

This project forked from servergrove/knowledgebase

0.0 1.0 0.0 1.14 MB

KnowledgeBase software built on Symfony2 and PHPCR from ServerGrove

License: MIT License

knowledgebase's Introduction

KnowledgeBase

This is a complete Knowledge Base software built on top of the Symfony2 CMF project, developed and open sourced by ServerGrove. Our website http://kb.servergrove.com is running on this KnowledgeBase software.

Features

  • Data is stored in a PHPCR complaint server like Jackrabbit. Other implementations will be available.
  • Complete Administration UI
  • Multiple Users, with admin and editor privileges
  • Multiple categories
  • Categories and Articles can be localized in multiple languages
  • Articles content can be written in HTML or Markdown
  • Easy to skin, based on Bootstrap
  • Search
  • Live preview on article editing page

Installation

The installation is quite simple, follow these steps:

# Clone git repository

git clone [email protected]:servergrove/KnowledgeBase.git kb.local

cd kb.local

# Install vendor dependencies with Composer

curl -s https://getcomposer.org/installer | php

php composer.phar install

# start jackrabbit server

php app/console doctrine:phpcr:jackrabbit start

# wait a few seconds for the server to initialize and be ready

# setup PHPCR database

php app/console doctrine:phpcr:workspace:create sgkb
php app/console doctrine:phpcr:register-system-node-types
php app/console doctrine:phpcr:fixtures:load

# start web server (PHP 5.4 only)

php app/console  server:run

Once you completed these steps, if you are not using PHP 5.4, setup your web server virtual host to point to kb.local/web.

Access the KB site with either http://localhost:8000 or http://kb.local/

Management

The system includes an administration UI to manage categories and articles. To access it go to http://localhost:8000/admin or http://kb.local/admin

Login with:

  • username: admin
  • password: abc123

Please make sure to change the password immediately.

Contributing

We hope people find this software useful. We also accept contributions through pull requests. If you find any bugs, feel free to open issues on github.

If you have any ideas on how to improve it or add new features, please contact us!

TODO

We still have many features we want to add. Some of these are:

  • RESTful API
  • Ability to rate content
  • Multi-versions and rollback
  • Allow users to submit new articles and edition improvement of existing articles

knowledgebase's People

Contributors

pgodel avatar servergrove avatar

Watchers

 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.