Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 949 Bytes

quickstart.md

File metadata and controls

13 lines (12 loc) · 949 Bytes

Quickstart

  1. build the Docker images docker compose build
    • or docker-compose build db to build the database image alone
  2. docker-compose up -d to download the Docker images and start the containers
  3. download the RAW cassini data from Redfour
  4. store the files under ./curious/data
  5. docker exec -it curious_db bash to open a Bash on the Postgres container
  6. cd /home/curious to browse the mounted directory with the make file and raw CSV data
  7. make import_master_plan to import the master plan data into the enceladus database
  8. localhost:5050 to open a pgAdmin window on the Docker host machine (your local machine)
  9. login with [email protected] and 123456 to login to the pgAdmin
  10. create a server connection to the Postgres server using curious_db:5432 and [email protected] with mysecretpassword to browse the enceladus database