Skip to content

PatchPorting/server-populate

Repository files navigation

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 [email protected]: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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published