Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 579 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 579 Bytes

server-scripts

Collection of small JavaScript functions and scripts that can be used to interact with Lair server database

Usage

  1. Log into Lair.
  2. Open a Lair project and collect the PID value.
  3. Execute the server script against the mongo shell, adhering to the usage defined in the comments of each script.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request