obli (cli)
Before, you might have had to run two separate servers to give obli all the functionality it needed. Obli 2 plans to eliminate that.
Feature Wishlist
- Cleaner UI
- Server-side modules should be able to be written in any language
- Command line-centric interface (both server and browser are started/stopped from the command line)
Dependencies
For this to compile, your system will need the following:
- libgit2 (tested with v1.0.1)
- WebDriver for your browser (Chrome, Firefox, etc.) NOTE: Chrome is highly recommended, as this is what we test on
- upx (when building dist only)
How To Build
You can build this by running make
or make dist
(which will strip debug information and compress the daemon executable).