Microservice to populate the database of the Patch porting project in a regular basis:
- Continuos new patch monitoring. Source file: svn://scm.alioth.debian.org/svn/secure-testing/data/CVE/list
- Patch download.
- Hunks creation from patches.
- Hunks serve.
- Install the last Node.js stable version.
- Get a copy of the code and install the dependencies.
git clone [email protected]:PatchPorting/server-populate.git
cd server-populate
npm i
The first time the frontend needs to be started before because it creates the default setup in DB.
npm start
Please check this link before a contribution.
bx app push -b https://github.com/cloudfoundry-incubator/multi-buildpack#v0.1.1 patchport-populate bx app push -b https://github.com/cloudfoundry-incubator/multi-buildpack#v0.1.1 patchport-populate-develop