Ubuntu installation documentation not quite right
See original GitHub issueThe documentation recommends:
sudo apt-get update && apt-get install -y postgresql postgresql-contrib
This doesn’t run, giving a complaint about having root.
Instead, I was successful with:
sudo apt-get update && sudo apt-get install -y postgresql postgresql-contrib
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Installation - Community Help Wiki
Welcome to the Ubuntu Community Installation Guide! ... however, it does not explain some of the very important preliminary steps if you ...
Read more >Install Ubuntu desktop
In this tutorial, we will guide you through the steps required to install Ubuntu Desktop on your laptop or PC. What you'll need....
Read more >Using the server installer - Ubuntu
This document explains how to use the installer in general terms. There is another document that contains documentation for each screen of the...
Read more >Ubuntu installation on computers with Intel(R) RST enabled
RST used and enabled, no operating system installed. · The Ubuntu installer correctly detects the hard disks and can use them. · Turning...
Read more >Install Ubuntu Server
If you'd rather install the desktop version, take a look at our Install Ubuntu desktop tutorial. This guide will provide an overview of...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@jcpeterson the documentation has been updated for Ubuntu. I tested on various versions, let us know if you run into other issues or feedback. Thanks!
@jcpeterson I agree, there is active effort currently to improve and expand the docs and create examples and api references. Hopefully soon any new comers to dallinger will have a much easier time getting started and using the project.