On 09/14/2016 01:29 AM, Honza Horak wrote:
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


Replying on the Magazine mailing list - the Marketing mailing list is no longer used for the Fedora Magazine (this is still a fairly recent change). :)

I just went through and fixed all three things. It should be all set now. Thanks for sending these corrections in!

--
Cheers,
Justin W. Flory
[email protected]

Attachment: signature.asc
Description: OpenPGP digital signature

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

Reply via email to