﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	parents
904	Errors in Deployment documentation	Anders Pitman		"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
"	defect	closed	trivial		documentation	fixed	typo		
