Skip to content
forked from benarmston/hpaste

Paste service written in Haskell for functional programmers

Notifications You must be signed in to change notification settings

Aura7988/lpaste

 
 

Repository files navigation

Database setup

$ sudo su postgres --command 'createuser hpaste -P'
$ sudo su postgres --command 'createdb hpaste -O hpaste'
$ cat sql/schema.sql | psql -U hpaste -h 127.0.0.1 -d hpaste

Configuration & Running

$ cp hpaste.conf.sample hpaste.conf

Edit hpaste.conf.

$ dist/build/hpaste/hpaste hpaste.conf

About

Paste service written in Haskell for functional programmers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 79.5%
  • JavaScript 15.7%
  • CSS 4.2%
  • Other 0.6%