This is CL-WNBROWSER, a webinterface for the OpenWordnet-PT dataset. It is currently running at http://openwordnet-pt.org
See also the OpenWordnet-PT project: https://github.com/own-pt/openWordnet-PT
Dependencies
SBCL
See the ASD file.
See the file LICENSE for details.
The ElasticSearch
Using the ES from IBM Cloud...
Install
See the Dockerfile and CODE-ENGINE.md
Load no cl-wnbrowser e inicializacao do servidor
(ql:quickload :cl-wnbrowser) (cl-wnbrowser::start-server 8080)
If lisp files changed, you can try loading them again. This may not work, given the dependencies between the different files. The safest option is to simply reload the application.
If only templates changed, you can safely update the application by switching to the =CL-WNBROWSER= package and executing the =(SETUP-TEMPLATES)= method.
The Dockerfile is used to deploy the app in the IBM Cloud Code Engine.
ES_PASSWORD
como uma variável de ambiente e preencha seu valor;ES_URL
como uma variável de ambiente e preencha seu valor;ES_USER
com o usuário do ES;GITHUB_CLIENT_ID
como uma variável de ambiente e preencha seu valor;GITHUB_CLIENT_SECRET
como uma variável de ambiente e preencha seu valor;OWNPT_BASE_URL
com seu valorOWNPT_ACCOUNTS_ADMIN
com valores separados por colonOWNPT_ACCOUNTS_VOTE
com valores separados por colon