-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README.md Stage-Server und Tricks erwähnen #74
Conversation
Gibt es noch Änderungswünsche deinerseits @tbaddade ? |
README.md
Outdated
@@ -96,3 +105,23 @@ Die folgende `.gitignore` hat sich als Basis bewährt bei Nutzung von deployer: | |||
``` | |||
|
|||
Sollte REDAXO nicht direkt im Projekt-Root liegen, müssen die Pfade entsprechend angepasst werden. | |||
|
|||
### Optional: Stage-Server |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Den Abschnitt entferne ich wieder. In deployer v7 gibt es default_stage
nicht mehr.
Dort ist es so, dass man die Server immer explizit angeben muss, wenn mehrere existieren.
README.md
Outdated
@@ -44,7 +53,7 @@ composer global require deployer/deployer | |||
|
|||
Mehr Infos: https://deployer.org/docs/installation | |||
|
|||
### Konfiguration | |||
## Konfiguration |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Die Überschrift-Ebene passte aus meiner Sicht schon.
Die Readme soll in zwei wesentliche Teile geteilt sein (h2): Migration und deployer.
Also den Migrations-Part kann man auch nutzen, wenn man gar nicht mit deployer arbeitet, sondern über andere Tools deployed.
Dementsprechend ist die Überschrift hier eine h3 innerhalb des deployer-Bereichs.
README.md
Outdated
@@ -31,6 +31,15 @@ Es ist aber auch geeignet, um Datenbank-Änderungen der anderen Entwickler in di | |||
|
|||
Details des Kommandos erhält man über `redaxo/bin/console help ydeploy:migrate`. | |||
|
|||
## Deployment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Entsprechend des Kommentars hier drüber gehört das für mich mit in den deployer-Bereich. Ich verschiebe den Abschnitt und passe ihn noch etwas an.
closes #9