-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade ConText component to FastContext in production #28
Comments
@twktheainur needs the updated rule file to generate everything Then I will deploy the new war file to Tomcat proxy on staging and production severs. |
@jonquet I now obtained the updated rule-file and integrated it in the #newcontext branch and then merged with the stageannotator branch for stage testing before migrating into production. The update also include and experimental support for XML output feature that was missing compared to NCBO Bioportal. I am attaching the annotator.war file that needs to be deployed on stageportal, the attachment is named annotator.zip, ** please rename it to annotator.war before deploying **. You may deploy either through the tomcat web interface or by copying the war file in either /var/lib/tomcat7/webapps/ or /var/lib/tomcat8/webapps/ depending on whether tomcat8 or tomcat7 is installed, as far as I remember it's still tomcat7. |
Deployment on staging done. @mehdi-mirzapour Can you evaluate results? |
…UI (cf. annotators issue ontoportal#28 : ontoportal-lirmm/annotators#28). Fixing FastContext checkbox label within annotator UI.
Creating an issue here to keep track of our developments already started on this topic.
Currently the AnnotatorPlus and SIFR Annotator uses the code:
https://github.com/Blulab-Utah/ConText
And we need to upgrade to :
https://github.com/jianlins/FastContext
The text was updated successfully, but these errors were encountered: