Sign inSign up

abbr/nuxeo

By abbr

Updated over 10 years ago

nuxeo

Image
0

500

abbr/nuxeo repository overview

nuxeo-docker

This docker project builds an all-in-one version 7.10-01 of nuxeo over debian jessie image. It is not scalable therefore only suitable for development or small scale production.

Prerequisites

  1. A Linux with following software installed
  • Docker@^1.8.2
  • Git client
  1. Port 80 is available
  2. Preferrably Rancher is installed

Hosting

Preferred hosting environment is to have Rancher installed. If so, upload docker-compose.yml and rancher-compose.yml to install the stack, which also includes nginx and Jenkins.

Alternatively, you can just install nuxeo manually via docker CLI:

sudo -s
git clone https://github.com/BCDevExchange/nuxeo-docker.git
cd nuxeo-docker
docker build -t bcdevexchange/nuxeo .
docker run -d --restart=always --name=bcdevexchange-nuxeo -p 8080:8080 -v /var/lib/nuxeo/postgres/_data:/var/lib/postgresql -v /var/lib/nuxeo/nuxeo/_data:/var/lib/nuxeo -v /var/lib/nuxeo/conf/_data:/etc/nuxeo bcdevexchange/nuxeo

If everything goes well

  1. a docker image bcdevexchange/nuxeo will be built locally
  2. a container bcdevexchange-nuxeo will be lanuched and run nuxeo, surviving host restart.

Tag summary

Content type

Image

Digest

Size

1.9 GB

Last updated

over 10 years ago

docker pull abbr/nuxeo