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.
 
 
 
 
 
 
Orzu Ionut 65efd5c91e Merge 3 years ago
.idea Run Search and Displace from Web and from CLI 3 years ago
app Merge 3 years ago
bootstrap Initial commit 3 years ago
config Initial commit 3 years ago
database Initial commit 3 years ago
public Minor UI updates 3 years ago
resources Merge 3 years ago
routes Merge 3 years ago
storage Initial commit 3 years ago
tests Initial commit 3 years ago
.editorconfig Initial commit 3 years ago
.env.example Initial commit 3 years ago
.gitattributes Initial commit 3 years ago
.gitignore Run Search and Displace from Web and from CLI 3 years ago
.styleci.yml Initial commit 3 years ago
README.md Run Search and Displace from Web and from CLI 3 years ago
artisan Initial commit 3 years ago
composer.json Run Search and Displace from Web and from CLI 3 years ago
composer.lock Merge 3 years ago
package-lock.json Minor UI updates 3 years ago
package.json Minor UI updates 3 years ago
phpunit.xml Initial commit 3 years ago
run-dev.sh Minor UI updates 3 years ago
server.php Initial commit 3 years ago
tsconfig.json Minor UI updates 3 years ago
webpack.mix.js Minor UI updates 3 years ago
yarn.lock Minor UI updates 3 years ago

README.md

Search and Displace Core

Install

Search and Displace Ingest integration

Add in .env the 'WEBHOOK_CLIENT_SECRET' value.

Facebook Duckling

  • $ apt-get install libpcre3-dev
  • $ cd ..
  • $ git clone https://github.com/facebook/duckling.git && cd duckling
  • $ curl -sSL https://get.haskellstack.org/ | sh
  • $ stack build && stack exec duckling-example-exe
  • $ stack test