question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Ubuntu installation documentation not quite right

See original GitHub issue

The 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:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

3reactions
witekdevcommented, Jul 4, 2018

@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!

1reaction
witekdevcommented, Jun 26, 2018

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found