Skip to content

Linepost - a lightweight git commit review webapp

Notifications You must be signed in to change notification settings

jtomson/linepost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linepost

Overview

Linepost is a lightweight git commit review webapp for teams that features inline (markdown) commenting.

It is built using node.js + sqlite on the server, lps.js, and jquery for the browser client, lpc.js, with js borrowed from GitX.

Installation

Clone repo & use NPM to install dependencies:

$ git clone [email protected]:jtomson/linepost
$ cd linepost
$ npm install

Copy the settings.js template:

$ cp settings.js.template ./settings.js

Edit settings.js to point to your local repo(s), and start it up:

$ node lps.js

Screenshots

About

Linepost - a lightweight git commit review webapp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published