edwardchalstrey1 / seshat

This is the beginning of the Seshat Project code.
0 stars 2 forks source link

Fully automated Pulumi setup - including AWS version #79

Open edwardchalstrey1 opened 4 months ago

edwardchalstrey1 commented 4 months ago
  1. Need a way to upload a database dumpfile to the VM after it's created, but before the database is created
  2. A way to set up the postgres user password
  3. A way to add the new IP address to the ALLOWED_HOSTS in the django settings, which would need to be done before django is run

See discussion in #69