fpdcc / ccfp-asset-dashboard

CCFP Asset Dashboard
0 stars 1 forks source link

Setup app to run on Xavier's local machine #226

Closed smcalilly closed 1 year ago

smcalilly commented 1 year ago

Follow the readme instructions for setting up the app locally. I'll need to share the GIS database with you so that you can load that.

Once the app is running, create a superuser so you can login: docker-compose run --rm app python manage.py createsuperuser

Once you're logged in, poke around the app and add some projects, phases, and assets so you can get a sense of the data models and how the interactions work. Then create a CIP portfolio so you can see how that works.

xmedr commented 1 year ago

Got it set up!