mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-28 15:23:33 +02:00
- dev is local laptop - unstable (or sandbox) is latest cut of main (or for experiments) - staging is stable tagged releases |
||
---|---|---|
.. | ||
registrar | ||
docker-compose.yml | ||
docker_entrypoint.py | ||
Dockerfile | ||
manage.py | ||
Pipfile | ||
Pipfile.lock | ||
README.md | ||
runtime.txt |
Registrar
========================
Development
If you're new to Django, see Getting Started with Django for an introduction to the framework.
Local Setup
-
Install Docker https://docs.docker.com/get-docker/
-
Initialize the application:
cd src docker-compose build
-
Run the server:
docker-compose up
Update Dependencies
- Check the Pipfile for pinned dependencies and manually adjust the version numbers
- Run
cd src
,docker-compose up
, anddocker-compose exec app pipenv update
to perform the upgrade and generate a new Pipfile.lock