Skip to content

Latest commit

 

History

History

docker-JabRef

docker-JabRef

  • dockerized JabRef Citation Manager

  • Motivation: installing openjdk and openjfx on a Windows host is a pain

Installation

  • clone repository
git clone https://github.com/kapsner/docker_images docker-JabRef
  • then build the jabref image:
cd docker-Jabref/
chmod +x build_jabref.sh  
./build_jabref.sh  
  • depending on your OS, rename the respective X11-docker-compose to docker-compose.yml and copy it to your local working directory:
# linux:
cp docker-compose.yml.X11_linux docker-compose.yml

# mac:
cp docker-compose.yml.X11_mac docker-compose.yml

# windows:
cp docker-compose.yml.X11_win docker-compose.yml
# X11_linux:
docker-compose up -d  

# X11_mac:
chmod +x startX11mac.sh
./startX11mac.sh

# X11_windows:
chmod +x startX11win.sh
# !!you need to type your IP-adress to the command:
./startX11win.sh 123.45.67.89

More Infos: