hey,

there are some minor things to fix in the article [1], I'd like to kindly ask any editor to fix those..

First is reported as a comment:
"link wiki (/https//fedoraproject.org/wiki/PostgreSQL) is incorrect"

But there are two other typos:

  $ sudo dnf install docker # systemctl start docker

should be

  $ sudo dnf install docker
  $ sudo systemctl start docker

and similarly:

  $ sudo mkdir data # chown 26:26 data
  $ sudo chcon -t svirt_sandbox_file_t data

should be:

  $ sudo mkdir data
  $ sudo chown 26:26 data
  $ sudo chcon -t svirt_sandbox_file_t data

Sorry for not catching it before.

[1] https://fedoramagazine.org/postgresql-quick-start-fedora-24/

Honza
--
Fedora Marketing mailing list
[email protected]
https://lists.fedoraproject.org/admin/lists/[email protected]

Reply via email to