-
Notifications
You must be signed in to change notification settings - Fork 414
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Postgres Course Setup Steps are Unclear #16
Comments
Hi, I know it's a spring boot course but it's also advertised as a full stack tutorial. The database set is a big part of the setup in to be able to move on. I've spent about 3 hours trying to get it work on my machine. I think this section can be made more clearer. Thanks. |
totally agree, i had to spent lots of time finding right resource and instruction to get started with Docker desktop and Postgres setup on Docker... |
Steps to get postgres working (Only tried this on Mac OS)
Good luck |
I agree the steps to setup are vague. I couldn't work out where the .sql files are and how to execute them within Postgres so I just copied the whole script content and pasted it directly within Postgres. |
Step 6. should be added to the readme or to the docker image root directory |
getting syntax error while running command #8 |
Don't download the files by right clicking the hyperlinks. Clone the project and get the files from there. |
Hi, I just wanna add that in step 8, if there's not a database ready (psql: FATAL: database "conference_app" does not exist) then creating the database can be done in two ways:
|
Hi, I am trying to follow along with your pluralsight course https://app.pluralsight.com/library/courses/creating-first-spring-boot-application. I am getting stuck on setting up the postgres db.
For example, creating the the image for the postgres db and starting it stopping it is clear but what do I do with the connection info, where is that used? also the commands are not in order of how someone would execute them to get the db set up and running for the course.
Also under "Application Data Setup" - where are those commands supposed to be executed? inside the postgres cli? outside in a terminal or a shell?
You also just gloss over this big and important step in your pluralsight course even though this course is listed as beginner on pluralsight. In your course videos you do not go over how to install and setup docker or a local postgres instance or how to create and install data in tables as well. I know you might say the focus of this course is not to know docker or postgres since we are talking about spring boot but it seems like a big oversight since use those two technologies to set up your spring boot application.
Would like some clarification of these steps for myself and for future viewers of your course.
Thank you!
The text was updated successfully, but these errors were encountered: