WSL-Programs icon indicating copy to clipboard operation
WSL-Programs copied to clipboard

Docker + Postgresql + Ruby on Rails

Open LondonComputadores opened this issue 6 years ago • 0 comments

I'm trying to run the following code for a Ruby On Rails Bootcamp Course but when running the 3rd step to create the rails new app it returns the errors shown below:

1st step - docker run --rm --user "$(id -u):$(id -g)" -v $(pwd):/usr/src -w /usr/src -ti ruby:2.5.1 bash 2nd step - gem install rails 5.2 3rd step - rails new OneBitExchange --database=postgresql --skip-bundle exit cd OneBitExchange

and then returns the following errors as shown on the prints below: bcwdcFfGq9 OYQ99jrfsT uoKBgJXCve mNoqDjXJxR

LondonComputadores avatar Jun 27 '19 18:06 LondonComputadores