Server for stable, curated Haskell package sets
Go to file
Sibi Prabakaran 6498a6365e
Update README
2018-08-25 22:13:26 +05:30
app Root file fixes 2017-12-11 18:54:27 +02:00
config Use yesod-gitrev and githash 2018-06-25 12:35:42 +03:00
design New homepage and new top nav (#52) 2014-12-14 20:18:40 +01:00
etc Build Cabal first (so much memory) 2018-03-12 12:06:41 +02:00
src Add CPP flags 2018-08-25 22:13:09 +05:30
static Enable synopsis back 2018-03-14 03:50:16 +05:30
templates Navbar link to blog 2018-07-02 07:26:29 +03:00
.dir-locals.el Add johan-tibell style to .dir-locals.el 2016-06-14 16:46:45 +02:00
.ghci Update .ghci file to include some extensions 2014-11-03 12:33:59 +01:00
.gitignore Convert to hpack 2017-12-11 19:05:53 +02:00
.gitlab-ci.yml Update build image 2018-03-12 11:30:09 +02:00
.travis.yml Don't use Haddock 2018-06-25 13:07:32 +03:00
LICENSE Root file fixes 2017-12-11 18:54:27 +02:00
package.yaml Add dev flags to both the executables 2018-08-25 22:12:31 +05:30
README.md Update README 2018-08-25 22:13:26 +05:30
stack.yaml Newer githash/yesod-gitrev 2018-06-25 18:49:10 +03:00

stackage-server

Build Status

Server for stable, curated Haskell package sets

This repo is part of the Stackage project, and the live server can be viewed at https://www.stackage.org.

postgresql://[user[:password]@][netloc][:port][/dbname][?param1=value1&...]

postgresql://postgres:password@localhost:5432/stackage

Building locally

Build locally by passing the dev flag to it:

$ stack build . --flag stackage-server:dev

Now, initially you need to run the cron job and create and populate the database:

$ export PGSTRING=postgresql://postgres:password@localhost:5432/stackage
$ stack exec stackage-server-cron

After this, try running in the stackage server:

$ stack exec stackage-server