Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 622 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 622 Bytes

Postgres Course ILE

Interactive Learning Environment(ILE) for the PostgreSQL course. Sign-up here

Steps to setup the ILE

  • clone this repo git clone git@github.com:devenbhooshan/postgres-course-ile.git
  • run cd postgres-course-ile
  • run chmod +x ./start
  • run ./start
  • open http://localhost:7681/
  • enjoy :)

Note

if you are facing ride_hailing_week_2 does not exist issue, do the following

  • run docker rmi devenbhooshan/postgres-course-db:week-2 --force to remove the image with the bug
  • run ./start again