A Logsearch addon that customises Logsearch to work with webserver logs (Nginx, Apache, IIS)
- 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
- Make a failing test under
test/
- Run the tests
bin/test
- Make tests pass by writing code under
src/
- Ensure tests are green.
- Create PR!