Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 514 Bytes

File metadata and controls

22 lines (16 loc) · 514 Bytes

Logsearch for Websites

A Logsearch addon that customises Logsearch to work with webserver logs (Nginx, Apache, IIS)

Getting Started

  • INSIDE your Logsearch-workspace,
git clone git@github.com:logsearch/logsearch-for-websites.git ~/src/logsearch-for-websites
cd ~/src/logsearch-for-websites
bin/install_dependancies
bin/build

Developing

  1. Make a failing test under test/
  2. Run the tests bin/test
  3. Make tests pass by writing code under src/
  4. Ensure tests are green.
  5. Create PR!