Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 218 Bytes

readme.md

File metadata and controls

21 lines (17 loc) · 218 Bytes

Bigbrother Log System

Usage

  1. start solr server
docker-compose up -d
  1. build portal
cd portal
npm i
npm run-script build
  1. start webserver
npm i
node server/webserver.js