Questions2Answer + Donut Theme powering questions.nuitdebout.fr
Install Docker & Docker Compose on your machine. On MacOSX, you will also need VirtualBox.
Then, download the latest version of Questions2Answer into the project folder using install
$ make install
Make sure the default Docker machine is running. On MacOSX, you might need to launch the Docker Quickstart Terminal application.
Then, run make server-start
to launch Docker.
When everything is up and running, add an entry in your /etc/hosts
file pointing to the default Docker machine.
$ docker-machine ip
192.168.99.100
192.168.99.100 questions.nuitdebout.dev
Open http://questions.nuitdebout.dev/ in your web browser, and follow the installation instructions.
Go to Admin > General, and choose the Donut theme.
npm install
gulp styles # will compile to donut.css and donut.min.css
Please write your custom CSS in qa-theme/Donut-theme/less/nuitdebout.less
. This file's rules will override the default Donut theme.
For automatic rebuild :
gulp watch