Repo for the search and displace core module including the interface to select files and search and displace operations to run on them. https://searchanddisplace.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
469 B

  1. # Search and Displace Core
  2. ## Install
  3. ### Search and Displace Ingest integration
  4. Add in .env the 'WEBHOOK_CLIENT_SECRET' value.
  5. ### Facebook Duckling
  6. - `$ apt-get install libpcre3-dev`
  7. - `$ cd ..`
  8. - `$ git clone https://github.com/facebook/duckling.git && cd duckling`
  9. - `$ curl -sSL https://get.haskellstack.org/ | sh`
  10. - `$ stack build && stack exec duckling-example-exe`
  11. - `$ stack test`
  12. ### Converting documents from MD to ODT
  13. - `$ apt-get install pandoc`