Skip to content
Snippets Groups Projects
Commit f1e8ec33 authored by Sebastian Castro's avatar Sebastian Castro
Browse files

Improve fixtures and install

parent 0f2721ac
No related branches found
No related tags found
No related merge requests found
......@@ -104,4 +104,15 @@ gulp production
cache:clear --env=prod
```
5. Make sure that the var folder is writable ```chmod -R 771 var/```
\ No newline at end of file
5. Make sure that the var folder is writable ```chmod -R 771 var/```
Issues
-------
If you creating an element you ahev the issue "cannot load method bcmod from namespace ..."
You need to install the bc-math module
```
sudo apt install php7.0-bcmath
```
\ No newline at end of file
......@@ -15,7 +15,7 @@ class LoadWrapper implements FixtureInterface
{
$new_wrapper = new Wrapper();
$new_wrapper->setTitle('Bienvenue sur GoGoCarto !');
$new_wrapper->setContent("Ces bandeaux sont éditables depuis l'interface admin, dans le menu \"Contenu\" puis \"Bandeaux de la page d'accueil. Vous poubez insérer des balises html si vous le souhaitez, par example pour créer un <a href=\"https://github.com/pixelhumain/GoGoCarto\" style=\"font-weight:bold;color: #bdc900;\" target=\"_blank\">lien vers le dépo Github du projet</a>");
$new_wrapper->setContent("Ces bandeaux sont éditables depuis l'interface admin, dans le menu <b>Contenu</b> puis <b>Bandeaux de la page d'accueil</b>. Vous pouvez insérer des balises html si vous le souhaitez, par example pour créer un <a href=\"https://github.com/pixelhumain/GoGoCarto\" style=\"font-weight:bold;color: #bdc900;\" target=\"_blank\">lien vers le dépo Github du projet</a>");
$new_wrapper->setBackgroundColor('ffffff');
$new_wrapper->setTextColor("inherit");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment