Skip to content

STARInformatics/cropportal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cropportal

A web application based off of http://www.cropontology.org/api

Quickstart Using Docker

For Windows and OSX get Docker from https://www.docker.com. On Linux, Docker can be installed through a shell script hosted at https://get.docker.com.

wget https://get.docker.com -O install.sh
sh install.sh

Then with Docker installed, you can build an image from the Dockerfile provided in the main directory of this project.

cd biolink-beacon
docker build -t ncats:biolink .

Within the Docker container, the Spring application is set to run at localhost:8080. You can expose and re-map ports when you run a Docker image with the -p flag.

docker run -p 8080:8080 ncats:biolink

Now open your browser to localhost:8080 to see the application running.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published