Sign inSign up

mcsaky/exoplatform

By mcsaky

•Updated over 10 years ago

exoplatform on tomcat

Image
0

1.1K

mcsaky/exoplatform repository overview

⁠Ubuntu + Oracle jdk 7 + eXo Platform Community (using a mysql backend) Docker container

  • Ubuntu latest

  • Oracle JDK 7 latest

  • eXo Platform 4.2.0 Community edition

  • IMPORTANT NOTE: Needs a linked container called mysql - This image does not provide the mysql service.

  • Mysql connections details configured through environment variables, for example:

    • MYSQL_DATABASE: exo
    • MYSQL_USER: exo
    • MYSQL_PASSWORD: changeme

⁠How to

  • run the container

    docker run -d -p 8080:8080 --env MYSQL_DATABASE=exo --env MYSQL_USER=exo --env MYSQL_PASSWORD=changeme --name=exo mcsaky/exoplatform

It is highly recommended to run this container as part of a docker-compose setup using mysql/mysql-server:latest image as the MySQL DB container and making sure both services use the same MYSQL_ environment variables values.

  • watch container logs

    docker logs --follow exo

Tag summary

Content type

Image

Digest

sha256:667045669…

Size

1.1 GB

Last updated

over 10 years ago

docker pull mcsaky/exoplatform