Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 846 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 846 Bytes

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. The Linux uses upstart init
  2. Port 80 is available

First-time build

sudo -s
git clone https://github.com/BCDevExchange/nuxeo-docker.git
cd nuxeo-docker
chmod a+x host.sh
. host.sh

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
  3. a deamon docker-containers will be created to keep bcdevexchange-nuxeo running across server reboots

Operation

Manual

  • shutdown: stop docker-containers
  • start: start docker-containers