Search Results for "install-postgresql-showing-errors"
Lessons
Forum Threads

Setup Ruby On Rails on Ubuntu 15.10 Wily Werewolf
34
General
Thanks for this amazing tutorial! you just described every step!
Someone replied

Setup Ubuntu 15.04 Vivid Vervet Discussion
38
General
Worked like a charm testing out on 15.04 with the exception I had to change the repository back to utopic for nodejs and had to add the gpg key for rvm.. great article.. thanks
Someone replied

Setup MacOS 10.11 El Capitan Discussion
100
General
Stop confusing people, there is a big problems with homebrew and El Capitan
Someone replied

Setup Ubuntu 14.04 Trusty Tahr Discussion
237
General
thnx
Someone replied

Ruby issue when doing cap deploy production
68
General
Hi, I'm following the Deploy Rails guide.
However, when I run
cap production deploy
I'm getting this error message:
$cap production deploy
DEBUG[be6b6bd6] Running /usr/bin/env [ -d ...
Paulo Sousa replied

Group Chat with ActionCable: Part 4 Discussion
69
General
As for message relay jobs matter for this particular subject of this ActionCable example, do you recommend putting down for its current_user's id or name in these kind of scenarios when it comes to...

Deploy Ubuntu 14.04 Trusty Tahr Discussion
371
General
The following commands should be slightly modified:cap install STAGES=productioncap production deployI believe it should be the following:bundle exec cap install STAGES=productionbundle exec cap pr...
paul lahana replied

Deploy Ubuntu 16.04 Xenial Xerus Discussion
91
General
This is not working on Xenial Xerus because there is no packages for Ubuntu 16.04 in Phusion Passenger repositores yet.
Alex Hendershott replied

Multitenancy with the Apartment gem Discussion
80
General
Hi, Chris video is not loading!
Prajjwal Gupta replied

Deploy Ubuntu 12.04 Precise Pangolin Discussion
104
General
Great tutorial!Just one thing, the Gemfile it's wrong, it's pointing to the wrong repository of each capistrano implementation. This should work:gem 'capistrano', '~> 3.0.0'gem 'capistrano-bundl...
Someone replied

In-App Messages Between Users Discussion
25
General
Great episode Chris!Can't wait to get into the more advanced stuff.Thanks!

could not connect to database postgres
2
Databases
I'm trying to install postgresql but I'm running into an error when I try to create a user:
createuser: could not connect to database postgres: could not connect to server: No such file or dir...
shakycode replied

Facing error while installing bundle
1
General
Hi There,
I'm facing an issue while installing bundle, below is the error message -
An error occurred while installing pg (1.2.3), and Bundler cannot continue.
In Gemfile:
pg
Could you please h...
Vorkosigan76 replied

Setup MacOS 14 Sonoma Discussion
10
General
Hi Chris, I am doing this on Pub Beta 2, and I am getting this error.
configure: error: something wrong with LDFLAGS="-L/Users/pitosalas/.asdf/installs/ruby/3.0.6/lib "
No amount of googling has...
Emilio G replied

Setup Ubuntu 21.04 Hirsute Hippo Discussion
6
General
Great guide as always! However, I believe that postgresql is now at version 12 and that 'sudo apt install postgresql-11' will return an unable to locate package error, I would suggest using 'sudo a...
Devon Kiss replied

Setup Ubuntu 22.04 Jammy Jellyfish Discussion
8
General
>>>sudo apt install postgresql-11 libpq-dev
for Ubuntu 24.04 it will be:
>sudo apt install postgresql-14 libpq-dev
Stephen Jobs replied

Deploy RoR app from Azure DevOps to Linux Server
2
General
Hi all.
Have some problem.
I'm newest in Azure DevOps (AD).
I created AD git repository for RoR project.
Created pipeline for `master` branch:
```
trigger:
- master
pool:
vmImage: 'ubuntu-18.04...
Bikram replied

Setup Ubuntu 20.04 Focal Fossa Discussion
15
General
Excelente tutorial. Muito obrigado.
Chibuike Uzoechina replied

Setup Ubuntu 13.10 Saucy Salamander Discussion
96
General
I believe in the line "sudo apt-get install postgresql-common -t raring," raring should actually be saucy. Also in the line "rails new myapp -d postgres," postgres should be postgresql.
Someone replied

Setup Ubuntu 18.04 Bionic Beaver Discussion
18
General
nice guide... i tried it with sucess on ubuntu 18 !DISTRIB_ID=UbuntuDISTRIB_RELEASE=18.04DISTRIB_CODENAME=bionicDISTRIB_DESCRIPTION="Ubuntu Bionic Beaver (development branch)"rbenv version2.5.0 (se...
Nezir Zahirovic replied