The RAM Data Pipeline is part of the Rural Accessibility Map project, a tool that allows one to assess the accessibility of rural populations in relation to critical services. For more information and an overview of related repositories, please see RAM Backend .
cd ram-tools
docker build -t ram-tools .
cd ram-analysis
docker build -t ram-analysis .
The process to release a new version:
develop
, bump the version in ./ram-vt/package.json
and/or ./ram-analysis/package.json
develop
into master
package.json
ram-vt-v0.1.0
)package.json
), the build failsOnce this is done, you can add a new release on Github with useful notes that describe it.