West Coast Blue Pages: ID WCOA contacts for all topics
Clone the repo locally:
git clone https://github.com/Ecotrust/wcbluepages
cd wcbluepages
-
Prerequisites:
- docker
-
Create copy of the
.env.devfile as.envin thewcbluepagesdirectory. Add your environment variables to that file. -
If it is your first time running the containers, build them first:
docker compose build -
Run the containers:
docker compose up -
View the app at:
http://localhost:8000
This project publishes Docker images to Github Packages. To create a new Docker image, create a new release with the semver version you would like. The Github Action will create new image will be taged with latest and the semver verion you chose.
To deploy to production, we have a Github Action to deploy to the EC2 instance running the production site. The Github Action only runs when triggered manually.