- Haskell Platform
$ cabal install --only-dependencies
$ cabal build
$ dist/build/detexify-hs-backend/detexify-hs-backend
will run the webserver on port 3000. It will load training data from snapshot.json.
docker build -t kirel/detexify-hs-backend .
docker push kirel/detexify-hs-backend
ansible-playbook ansible/deploy.yml -i ansible/inventory
Copyright (c) 2009 Daniel Kirsch, released under the MIT license, see MIT-LICENSE