sproxy-web: Web interface to sproxy database

[ mit, program, web ] [ Propose Tags ]

Web frontend for managing sproxy. See https://hackage.haskell.org/package/sproxy


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.3.1, 0.4, 0.4.1
Change log ChangeLog.md
Dependencies aeson (>=0.6), base (>=4.8 && <5), blaze-html (>=0.7), blaze-markup (>=0.6), bytestring (>=0.10), data-default-class, directory, docopt (>=0.7), fast-logger, filepath, http-types (>=0.8), interpolatedstring-perl6, mtl (>=2.1), network (>=2.6), postgresql-simple (>=0.4), resource-pool (>=0.2), scotty (>=0.10), text (>=0.11), unix (>=2.7), wai, wai-extra (>=2.0), wai-middleware-static (>=0.4), warp (>=3.2) [details]
License MIT
Copyright 2014-2016, Zalora South East Asia Pte. Ltd
Author Alp Mestanogullari <alpmestan@gmail.com>
Maintainer Igor Pashev <pashev.igor@gmail.com>
Category Web
Source repo head: git clone https://github.com/zalora/sproxy-web.git
Uploaded by ip1981 at 2016-06-18T08:57:38Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables sproxy-web
Downloads 1891 total (10 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2016-11-23 [all 3 reports]

Readme for sproxy-web-0.4.1

[back to package description]

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