This docker project builds an all-in-one version 7.4-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
git clone https://github.com/BCDevExchange/nuxeo-docker.git
cd nuxeo-docker
sudo -s
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
To shutdown, stop docker-containers