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.
- A Linux with following software installed
- Docker@^1.8.2
- Git client
- The Linux uses upstart init
- Port 80 is available
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
- a docker image
bcdevexchange/nuxeo
will be built locally - a container
bcdevexchange-nuxeo
will be lanuched and run nuxeo - a deamon
docker-containers
will be created to keepbcdevexchange-nuxeo
running across server reboots
Manual
- shutdown:
stop docker-containers
- start:
start docker-containers