make update & gitignore #9

Closed
opened 2017-02-14 21:50:15 +01:00 by Ghost · 2 comments

Bonjour
Je crois qu'il y a un petit bug.

Selon les instructions:
"Edit app/bootstrap.php.d/70-security.php and modify the value of $app['token'] with a strong secret phrase."

Ce faisant, "make update" ne fonctionne plus automatiquement puisqu'il y a un conflit dans le fichier 70-security.php.

Peut-etre que c'est juste un erreur de ma part et je ne sais pas si il faudrait creer un .gitignore.

Merci

Bonjour Je crois qu'il y a un petit bug. Selon les instructions: "Edit app/bootstrap.php.d/70-security.php and modify the value of $app['token'] with a strong secret phrase." Ce faisant, "make update" ne fonctionne plus automatiquement puisqu'il y a un conflit dans le fichier 70-security.php. Peut-etre que c'est juste un erreur de ma part et je ne sais pas si il faudrait creer un .gitignore. Merci
Owner

Bonjour,

Le temps le Makefile soit patché, vous pouvez faire ces commandes :

git add app/bootstrap.php.d/70-security.php
git commit -m "Configuration"
make update
Bonjour, Le temps le Makefile soit patché, vous pouvez faire ces commandes : ``` git add app/bootstrap.php.d/70-security.php git commit -m "Configuration" make update ```
deblan referenced this issue from a commit 2017-02-15 16:13:38 +01:00
Owner

La version v1.4.2 corrige le bug. Il faudra cependant réaliser les précédentes commandes pour upgrader depuis une version < v1.4.2.

The version v1.4.2 fix the issue. You must run test -d app && git add app && git commit -m "Configuration" before doing make update.

La version v1.4.2 corrige le bug. Il faudra cependant réaliser les précédentes commandes pour upgrader depuis une version < v1.4.2. The version v1.4.2 fix the issue. You must run `test -d app && git add app && git commit -m "Configuration"` before doing `make update`.
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: deblan/gist#9
No description provided.