• Stars
    star
    875
  • Rank 52,157 (Top 2 %)
  • Language
    Haskell
  • License
    MIT License
  • Created about 14 years ago
  • Updated almost 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Detexify Backend written in Haskell

Detexify Backend Server implemented in Haskell

Requirements

  • Haskell Platform
  • $ cabal install --only-dependencies

Compile

$ cabal build

Run

$ dist/build/detexify-hs-backend/detexify-hs-backend

will run the webserver on port 3000. It will load training data from snapshot.json.

Docker

docker build -t kirel/detexify-hs-backend .
docker push kirel/detexify-hs-backend

Deploy

ansible-playbook ansible/deploy.yml -i ansible/inventory

License

Copyright (c) 2009 Daniel Kirsch, released under the MIT license, see MIT-LICENSE