Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.42 KB

README.md

File metadata and controls

54 lines (35 loc) · 1.42 KB

#NuitDebout : Questions

Questions2Answer + Donut Theme powering questions.nuitdebout.fr

Development environment with Docker

Installing

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.

Styles

Install

npm install
gulp styles # will compile to donut.css and donut.min.css

Develop

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