You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 13, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ These deployment scripts currently support:
6
6
7
7
*[Drupal](https://www.drupal.org)
8
8
*[WordPress](https://wordpress.com/)
9
+
*[Magento](https://magento.com/)
9
10
*[Symfony](https://symfony.com/)
10
11
* Flat HTML
11
12
@@ -77,6 +78,17 @@ If you use a MySQL (or similar) database (so clearly Drupal, WordPress and some
77
78
* mysql client on the target app server(s)
78
79
* mysql 'defaults' file we can pass to prepare scripts (default location `/etc/mysql/debian.cnf`)
79
80
81
+
Example 'defaults' file:
82
+
83
+
```
84
+
[client]
85
+
host = 127.0.0.1
86
+
user = root
87
+
password = MYSQL_PASSWORD
88
+
```
89
+
90
+
`host` can be an IP address or a hostname/fully qualified domain name. `user` does not have to be root, but the username selected must be able to manipulate the necessary databases and create new databases and grants.
91
+
80
92
# Quickstart
81
93
82
94
Clone this repository into a location of your choice on your CI server (usually Jenkins).
0 commit comments