@@ -136,15 +136,15 @@ Then start the phpMyFAQ web application:
136
136
137
137
### 2.2.3 Cloud or On-Premise Hosting via Kubernetes
138
138
139
- You can use any mysql deployment/helm chart, like: https://github.com/bitnami/charts/tree/main/bitnami/mysql , you can
140
- also choose another database engine.
141
- View official resources or find one on: https://artifacthub.io/
139
+ You can use any MySQL or MariaDB deployment/helm chart, also choose another database engine.
140
+ View official resources or find one on [ artifacthub.io] ( https://artifacthub.io/ )
142
141
143
142
> You must have a storage method to persist your data.
144
143
145
- Then, install it, using referenced manifests on this project: https://github.com/thorsten/phpMyFAQ/tree/main/kubernetes-deploy .
144
+ Then, install it, using referenced manifests on our project at
145
+ [ GitHub] ( https://github.com/thorsten/phpMyFAQ/tree/main/kubernetes-deploy ) .
146
146
147
- Read the definitions and configure according to your needs. If you have any doubt, do not hesitate to consult us.
147
+ Read the definitions and configure, according to your needs. If you have any doubt, do not hesitate to consult us.
148
148
149
149
## 2.3 PHP settings
150
150
@@ -193,9 +193,10 @@ You have to add at least one Elasticsearch or OpenSearch node and the index name
193
193
194
194
### Step 4: Admin user setup
195
195
196
- In addition, you can enter your language, default here is English. Furthermore, you should register your name, your
197
- email address and - very importantly - your password. You must enter the password twice, and it has to be at least eight
198
- characters long. Then click the button ** "install"** to initialize the tables in your database.
196
+ In addition, you can enter your language, the default here is English.
197
+ Furthermore, you should register your name, your email address and - very importantly - your password.
198
+ You must enter the password twice, and it has to be at least eight characters long.
199
+ Then click the button ** "install"** to initialize the tables in your database.
199
200
200
201
## 2.7 First Steps
201
202
0 commit comments