Opened 10 years ago

Closed 9 years ago

#904 closed defect (fixed)

Errors in Deployment documentation

Reported by: Anders Pitman Owned by:
Priority: trivial Milestone:
Component: documentation Keywords: typo
Cc: Parent Tickets:

Description

Found a couple small errors in the deployment documentation.

First off, after running this command:
sudo adduser --system mediagoblin

This one doesn't do anything:
sudo su - mediagoblin

I believe the problem is that there's no shell for system users. The following worked for me:
sudo su - mediagoblin -s /bin/bash

Second, this line:
mkdir -p /srv/mediagoblin.example.org && chown -hR mediagoblin:mediagoblin /srv/mediagobin.example.org

has a typo on the final "mediagoblin" (missing 'l') and should be:
mkdir -p /srv/mediagoblin.example.org && chown -hR mediagoblin:mediagoblin /srv/mediagoblin.example.org

Change History (1)

comment:1 by Ben Sturmfels, 9 years ago

Resolution: fixed
Status: newclosed

I've just checked the current deployment documentation and these corrections have already been made. Closing the ticket.

Thanks for reporting this Andersp.

Note: See TracTickets for help on using tickets.