Custom Query (1173 matches)
Results (301 - 303 of 1173)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #747 | fixed | typofix and improve runtests.sh | ||
| Description |
|
|||
| #748 | wontfix | bootstrap: Current configure.ac checks for postgresql and sqlite programs instead of libs (with patch) | ||
| #904 | fixed | Errors in Deployment documentation | ||
| 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 |
|||
