mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-27 03:11:57 +01:00
Remove outdated README content (fixes #178)
This commit is contained in:
parent
4c63827c21
commit
307d7bb8af
16
README.md
16
README.md
@ -8,15 +8,11 @@ Server for stable, curated Haskell package sets
|
|||||||
This repo is part of the [Stackage project](https://github.com/fpco/stackage),
|
This repo is part of the [Stackage project](https://github.com/fpco/stackage),
|
||||||
and the live server can be viewed at https://www.stackage.org.
|
and the live server can be viewed at https://www.stackage.org.
|
||||||
|
|
||||||
Inside the config directory, there are two files ending in `-sample`. They
|
|
||||||
should be copied to remove the `-sample` suffix for the site to work. We do it
|
|
||||||
this way to avoid accidentally committing real database credentials into the
|
|
||||||
Git repository.
|
|
||||||
|
|
||||||
Running the server will automatically download an SQLite3 database from S3
|
Running the server will automatically download an SQLite3 database from S3
|
||||||
containing package metadata and snapshot information. Note that this is unlike
|
containing package metadata and snapshot information. The SQLite3 database is
|
||||||
previous versions of this codebase, that stored that information in PostgreSQL,
|
generated by the `stackage-server-cron` executable in this repository.
|
||||||
and required that local development uploaded its own snapshots.
|
|
||||||
|
|
||||||
The SQLite3 database is generated by the `stackage-server-cron` executable in
|
You can run this site with `yesod devel`, e.g.:
|
||||||
this repository.
|
|
||||||
|
stack --install-ghc build yesod-bin
|
||||||
|
stack exec -- yesod devel
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user