Skip to content

awoods/vivo-docker2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerized VIVO

This project starts up two Docker containers:

  • Solr
  • MariaDB

This project does not (yet) start up the VIVO application.

Usage

Docker containers

  1. Install Docker
  2. Install Docker Compose
  3. Clone this project
  4. Start the containers:
    docker-compose up -d
    

VIVO

  1. Install VIVO as usual, with the following changes to runtime.properties:
    vitro.local.solr.url = http://localhost:8983/solr/vivocore
    
  2. Open a browser to: http://localhost:8080/vivo

Note

For earlier Dockerized VIVO releases, see vivo-docker

About

Dockerized VIVO

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • XSLT 49.3%
  • JavaScript 43.0%
  • CSS 7.4%
  • Dockerfile 0.3%