Midburn's volunteers module.
Install latest Node 8 and Yarn
clone repo
- run
yarn install
- install and run mongodb locally (if you have Docker and Docker compose, just run
docker-compose up -d db
)
Start the dev server
yarn run local
Volunteers should be available at http://localhost:9090/login
Developing branch is develop
If you want to build a new feature branch out of develop
.
Once complete open a new Pull Request back to the develop
branch.
In this manner we will be able to separate development from production (master
branch).
docker-compose up -d --build
Volunteers is available at http://localhost:9090/login
The continuous deployment requires the following secrets:
secret-midburn-k8s-ops.json
- private key used to connect to the midburn-k8s environment
- GitHub authenticatin token for a machine user - used to update image values in the k8s environment
See sk8s continuous deployment for more details.