We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 67efb0d + fff6b19 commit 4a3ed47Copy full SHA for 4a3ed47
guides/source/development_dependencies_install.md
@@ -131,7 +131,8 @@ To install all run:
131
```bash
132
$ sudo pacman -S sqlite mariadb libmariadbclient mariadb-clients postgresql postgresql-libs redis memcached imagemagick ffmpeg mupdf mupdf-tools poppler yarn libxml2 libvips
133
$ sudo mariadb-install-db --user=mysql --basedir=/usr --datadir=/var/lib/mysql
134
-$ sudo systemctl start redis mariadb memcached
+$ sudo -u postgres initdb -D /var/lib/postgres/data
135
+$ sudo systemctl start redis mariadb memcached postgresql
136
```
137
138
NOTE: If you are running Arch Linux, MySQL isn't supported anymore so you will need to
0 commit comments