Update README with new instructions and improve setup

This changeset updates the README.md file with a set of entirely new instructions. These updates are intended to improve clarity, simplify steps, and reduce confusion and environment-setup gotchas that folks have run into previously and we have learned from. A couple of other changes are also included:

- Minor adjustments to the Makefile to improve make bootstrap
- Updates to the sample.env file to include previously missing required environment variables and/or information
- Additional support for Python virtual environments
- Removes tracking of the .python-version file used by pyenv

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2023-11-22 10:28:18 -05:00
parent 614545c1b4
commit 40de352f9e
5 changed files with 393 additions and 75 deletions

3
.gitignore vendored
View File

@@ -126,3 +126,6 @@ terraform.tfstate.backup
# Playwright
playwright/
# Pyenv
.python-version