Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Latest commit

 

History

History
38 lines (25 loc) · 1.14 KB

File metadata and controls

38 lines (25 loc) · 1.14 KB

server-populate

Build Status

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

  • Install the last Node.js stable version.
  • Get a copy of the code and install the dependencies.
git clone git@github.ibm.com:PatchPorting/server-populate.git
cd server-populate
npm i

Use

The first time the frontend needs to be started before because it creates the default setup in DB.

npm start

Developer guide

Please check this link before a contribution.

Deploy

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