This image has been deprecated in favor of the official PhpMyFAQ image provided and maintained by the community. Please consider to use the Dockerfile in the official PhpMyFAQ repo starting from 3.0 branch.
phpMyFAQ is a multilingual, completely database-driven FAQ-system. It supports various databases to store all data, PHP 5.4.4+ or HHVM 3.4.2+ is needed in order to access this data. phpMyFAQ also offers a multi-language Content Management System with a WYSIWYG editor and an Image Manager, flexible multi-user support with user and group based permissions on categories and records, a wiki-like revision feature, a news system, user-tracking, 40+ supported languages, enhanced automatic content negotiation, HTML5/CSS3 based templates, PDF-support, a backup-system, a dynamic sitemap, related FAQs, tagging, RSS feeds, built-in spam protection systems, OpenLDAP and Microsoft Active Directory support, and an easy to use installation script.
Clone this repository and cd to it.
git clone git@github.com:Maghin/docker-phpmyfaq.git
cd docker-phpmyfaq
Run docker-compose to start the full app on your system.
docker-compose up
Note:
- This command will create a folder volumes in your reporitory. You can manage it as you want (fill, delete, etc...)
On Rancher
Use the rancher branch to get a docker-compose.yml file fully adapted to rancher with named volumes. You just have to paste it in the Rancher API.