DeeMcCart / CI_PP5_Jeweller

Jewellery website for CI Project 5
0 stars 2 forks source link

User Story: MVP Deploy #9

Closed DeeMcCart closed 7 months ago

DeeMcCart commented 7 months ago

EPIC: #7

As a system owner I can deploy and re-deploy the system with MVP functionality so that the site operates as expected with MVP functionality

Assumptions or Pre-Requisites:

Acceptance Criteria: (Must be completed before task is moved to 'Done')

Tasks - Build ElephantSQL Database

Tasks - load Data into ElephantSQL database

Tasks - Prepare to Deploy

Tasks - Build & Test (without static)

Tasks - Configure AWS for Static files

DeeMcCart commented 7 months ago

DMcC 09/02/24 Got instructions from tutor support how to export product dataset from DEV environment (create a json using dumpdata ) Was able to use this to import data into the PROD database YAAY.

DeeMcCart commented 7 months ago

DMcC 10/02/24 deploy-build done but lots of problems with static elements with leading '/' - about 6 of these uncovered and resolved. Big problems with images not being retrieved.... possibly related to removing whitenoise just before deploy (possibly prevengint it from being searched as an image location?)

DeeMcCart commented 7 months ago

DMcC 12/02/24 DONE but errors with static and media files on deployed image prevent its proper use. Closing out this issue as part of Sprint3 review, and adding a fresh task in Sprint4 to resolve MVP deployment problems. Covered in task #56 Tidy Up Deployment