webprotege
WebProtégé is a free, open source collaborative ontology development environment.
1M+
WebProtégé is a free, open source collaborative ontology development environment.
It provides the following features:
WebProtégé runs as a Web application. End users access it through their Web browsers. They do not need to download or install any software. We encourage end-users to use
https://webprotege.stanford.edu
If you have downloaded the webprotege war file from GitHub, and would like to deploy it on your own server, please follow the instructions at:
https://github.com/protegeproject/webprotege/wiki/WebProtégé-4.0.0-beta-x-Installation
To build WebProtégé from source
git clone https://github.com/protegeproject/webprotege.git
mvn clean package
To run WebProtégé in SuperDev Mode using maven
mvn gwt:codeserver
mvn -Denv=dev tomcat7:run
To run WebProtégé using the Docker container
version: '3'
services:
wpmongo:
image: mongo:4.1-bionic
webprotege:
image: protegeproject/webprotege
restart: always
environment:
- webprotege.mongodb.host=wpmongo
ports:
- 5000:8080
depends_on:
- wpmongo
$ docker-compose up
Content type
Image
Digest
Size
293.2 MB
Last updated
almost 7 years ago
docker pull protegeproject/webprotege