KBPublisher Community Edition is web based open source Knowledge Management Software. Use it to share knowledge. Publish and manage articles, white papers, user manuals, business processes, FAQs, online help, APIs, or any other type of information.
The "KBPublisher Community Edition" is a free open source knowledge base software that includes basic functions for all users.
These instructions will give you a copy of the project up and running on your local machine.
Client Side:
- Operating System: Windows, Mac or Linux
- Web Browser: Internet Explorer 11+ or Chrome, Firefox, Safari.
Server side
- Operating System: Linux, Unix, Windows, Mac
- Web Server: Apache / Nginx / IIS 7.5 or above
- Database: MySQL 5.6.5 - 8.0
- Scripting Language: PHP 8.0 - 8.3
In the example below, we assume you are installing KBPublisher in a kb folder in your web server's document root.
The URL for your KB will look like this: http://domain.com/kb, you can use any directory you like.
For example, if you want to install into the 'kbase' directory, change 'kb' to 'kbase'.
Example: git clone https://github.com/onesign12/kbpublisher-community.git kbase && cd kbase
To install to the root directory use './' instead of 'kb'.
cd /var/www # change to your web server document root
git clone https://github.com/onesign12/kbpublisher-community.git kb && cd kb
cp admin/.gitignore_prod admin/.gitignore # stop rewriting config file on git pull
# optionaly your can remove setup dircetory
Then open your browser, go to http://domain/kb/setup/index.php and follow the setup wizard instruction.
You can find documentation on our website
You can see KBPublisher in action on our website. Here is our Documentation/Knowledge Base, built on top of KBPublisher.