Skip to content

Repository containing all Docker ressources for building demo images.

Notifications You must be signed in to change notification settings

ptitoliv/bluelatex-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

Ressources

A SMTP server access is needed for sending registration and notifications mails.

Configuration

\BlueLatex needs two parameters to be set :

  • Public Host : This parametere is used for generating \BlueLatex URL used for mail notifications. Must be the IP or FQDN of the host system.
  • Mail Server : \BlueLatex needs a mail server for registration and notification mails.

Building Docker image

To create the image, run the following command into the centos7 folder (Only supported version for now):

cd centos7
docker build --rm -t you/bluelatex .

The both parameters described before must be set using Docker environment variables in order to have a fully \Bluelatex running instance.

\BlueLatex is running on the 8080/tcp port. This one must be mapped on the host system.

To run the docker image, execute the following command :

docker run -p 8080:8080 -e PUBLIC_HOST=<PUBLIC_IP_OR_FQDN> -e MAIL_SERVER=<MAIL_SERVER_IP_OR_FQDN> -d you/bluelatex

About

Repository containing all Docker ressources for building demo images.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages