The Ministry of Energy, Mines, and Low Carbon Innovation (EMLI), Ministry of Environment and Climate Change Strategy (ENV), and Environmental Assessment Office (EAO) have collaborated to make information on the Province’s oversight of major mines in British Columbia accessible.
The application is being developed as an open source solution.
To get a local copy up and running follow these steps.
Git commit signing is required for commits. How to setup git commit signing
Software Requirements
To run/develop using docker:
docker compose up
To run the frontend locally:
npm i -g @angular/cli
cd bcmi
npm install
npm run start
To run Strapi locally:
cd cms
npm install
npm run develop
Set up via Jest.
npm test
to execute the unit tests.Set up with BDDStack and BrowserStack. Modify GebConfig.groovy
to customise your preferred browser. Configured remotes, confirmed to work with current tests include Chrome, Firefox, and Edge. Internet explorer and Safari are available as well, but tests fail due to driver compatiblity with current tests.
Open Source projects have free access to Browserstack Live and Automate, for up to 5 team members. To run tests with Browserstack you need to set the following environemnt variables:
Run ng run e2e
to automatically start the application locally and execute the end-to-end tests against a headless Chrome.
OR
Download BrowserStack binary set BASEURL
to your local application address, and run ./gradlew remoteChrome
Note, e2e functional testing requires Java 10+.
BASEURL
environment variablefunctional-tests/readme.md
for how to execute the tests.See the BDDStack Wiki for more information.
BCMI is built using TypeScript and Angular for the front end, with Jest for testing. It employs PostgreSQL for database management and Node.js for the server, alongside Bootstrap and jQuery for design and interactivity. GraphQL facilitates data querying, while Strapi acts as the headless CMS.
Our production and staging environments run on an OpenShift container platform cluster. OpenShift templates for services are located in the openshift/
folder, along with more information about dev and staging environments on our cluster.
Feel free to create pull requests from the default "master" branch, click here to create one automatically: https://github.com/bcgov/mem-mmti-public/pull/new/master
Government employees, the public and members of the private sector are encouraged to contribute. Check the BC Developer Exchange website, where paid opportunities to build features are posted. Please read and follow our Code of Conduct.
All contributors retain original copyright, but are granting a world-wide, royalty-free, perpetual, irrevocable, non-exclusive, transferable license to all users. This project is covered by an Apache v2.0 license.
Code released under the Apache License, Version 2.0.
More documentation for the repository can be found in the following places