up makefile
This commit is contained in:
parent
776e4f9fa5
commit
62a34e426f
7
Makefile
7
Makefile
@ -9,11 +9,12 @@ default:
|
|||||||
git submodule add git@github.com:cogiway/faq2_model.git
|
git submodule add git@github.com:cogiway/faq2_model.git
|
||||||
git submodule init
|
git submodule init
|
||||||
echo "checking requirements"
|
echo "checking requirements"
|
||||||
doc:
|
documentation:
|
||||||
echo "build mkdoc"
|
echo "build mkdoc"
|
||||||
mkdocs build doc
|
mkdocs build
|
||||||
test:
|
test:
|
||||||
echo "run php tests"
|
echo "run php tests"
|
||||||
phpunit -c tests
|
phpunit
|
||||||
docker:
|
docker:
|
||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
|
echo "open http://0.0.0.0:8181"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# TeamBrain
|
# TeamBrain
|
||||||
Frequently asked questions 2 - FAQ2
|
Frequently asked questions 2 - FAQ2
|
||||||
|
|
||||||
Module permettant d'intégrer une FAQ sur son site web.
|
Module permettant d'intégrer une FAQ sur son site web.
|
||||||
@ -12,7 +12,7 @@ Module permettant d'intégrer une FAQ sur son site web.
|
|||||||
* [traduction](docs/translate.md)
|
* [traduction](docs/translate.md)
|
||||||
|
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
Cloner le dépôt:
|
Cloner le dépôt:
|
||||||
```bash
|
```bash
|
||||||
git clone --recurse-submodules https://forge.chapril.org/tykayn/teambrain
|
git clone --recurse-submodules https://forge.chapril.org/tykayn/teambrain
|
||||||
@ -27,7 +27,7 @@ make
|
|||||||
# Contributions
|
# Contributions
|
||||||
Voir les [directives de contribution](docs/contribute.md)
|
Voir les [directives de contribution](docs/contribute.md)
|
||||||
|
|
||||||
# Composants
|
# Composants
|
||||||
Ce module s'articule en trois parties:
|
Ce module s'articule en trois parties:
|
||||||
* api
|
* api
|
||||||
* example
|
* example
|
||||||
|
Loading…
Reference in New Issue
Block a user