Popularity
8.9
Declining
Activity
0.0
Stable
1
43
1

Monthly Downloads: 10
Programming language: Haskell
License: MIT License
Tags: Web     Sproxy    
Latest version: v0.4.1

sproxy-web alternatives and similar packages

Based on the "sproxy" category.
Alternatively, view sproxy-web alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of sproxy-web or a related project?

Add another 'sproxy' Package

README

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](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