Skip to content

f-w/nuxeo-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%