Skip to content

Just to spin up a single nuxeo instance backed by mongodb

Notifications You must be signed in to change notification settings

sainadha-krishna/NuxeMo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NuxeMo

Ready to go docker-compose to spin up a single nuxeo instance (LTS-2023) backed by mongodb

**This is generated by using Nuxeo Stacks

Pre requisites:

  1. Docker and Docker compose installed in the system

  2. Updated host file: /etc/hosts (only in mac)

    127.0.0.1 nuxeo.docker.localhost

    127.0.0.1 nuxeo-node.docker.localhost

    127.0.0.1 elastic.docker.localhost

    127.0.0.1 traefik.docker.localhost

Personalization:

Update the NUXEO_CLID environment variable in docker-compose.yml file with the personal clid

Personal clid is the content of the below file from the existing registered nuxeo distribution: NUXEO_HOME/nxserver/data/instance.clid

Make sure to escape the new lines in this content with \n when pasting it against NUXEO_CLID

Nuxeo Version:

Currently the nuxeo service in docker-compose.yml file points to a private LTS-2023 image of nuxeo platform. This can be edited if desired.

Adding custom packages:

Custom add-on package zips must be placed under the data/addons folder. This folder has to be created by oneself. Please remove the /var/lib/addons/*.zip from NUX_PACKAGES environment variable in docker-compose.yml file if there are none

Editing config:

nuxeo/nuxeo.conf can be edited as desired to update any configurations

Running and accessing nuxeo:

Command to bring the compose up:

        #change to current nuxemo directory which contains the docker-compose.yml file
        cd nuxemo
        #bring the docker compose up
        docker-compose up

Launched instance can be accessed in browser via the URL: http://nuxeo.docker.localhost

To bring down the compose:

        docker-compose down -v

About

Just to spin up a single nuxeo instance backed by mongodb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published