-
Notifications
You must be signed in to change notification settings - Fork 25
Documentation
Welcome to Logl! We're glad you made it here. Here's what you need to do to get Logl up and running:
-
Install pip
Pip is a tool for installing Python packages. If you don't already have pip, you can install it here:
http://www.pip-installer.org/en/latest/installing.html# -
Install PyMongo
PyMongo, MongoDB's language driver for Python, is a prerequisite for running Logl. You can download and install PymMngo using pip, as described here:
http://api.mongodb.org/python/current/installation.html -
Install Logl
COMING SOON -
Install a non-text-based browser
We recommend Google Chrome or Firefox.
Logl is runnable from the command line. Once you've installed everything, navigate to the top-level logl directory and run the following:
$ python logl/logl.py logfile1 logfile2...