Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.06 KB

README.md

File metadata and controls

42 lines (31 loc) · 1.06 KB

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 git@github.com: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