@hackage sproxy-web0.4.1
Web interface to sproxy database
Categories
License
MIT
Maintainer
Igor Pashev <pashev.igor@gmail.com>
Links
Versions
Installation
Dependencies (0)
- aeson >=0.6
- base >=4.8 && <5
- blaze-html >=0.7
- blaze-markup >=0.6
- bytestring >=0.10
- data-default-class Show all…
Dependents (1)
@hackage/acme-everything
Sproxy Web
This is a web frontend for Sproxy database.
Requirements
Sproxy Web is written in Haskell with GHC. All required Haskell libraries are listed in sproxy-web.cabal. Use cabal-install to fetch and build all pre-requisites automatically.
Installation
$ git clone https://github.com/zalora/sproxy-web.git
$ cd sproxy-web
$ cabal install
Usage
Type sproxy-web --help to see usage summary:
Usage:
sproxy-web [options]
Options:
-c, --connstr=CONNSTR PostgreSQL connection string [default: dbname=sproxy]
-d, --datadir=DIR Data directory including static files [default: <cabal data dir>]
-s, --socket=SOCK Listen on this UNIX socket [default: /tmp/sproxy-web.sock]
-p, --port=PORT Instead of UNIX socket, listen on this TCP port (localhost)
-h, --help Show this message