Back to TOC
To deploy the NodeZoo in production environment on a single machine you can use the NodeZoo System repository.
This repo contains all the required config to spin up a [Nodezoo][] system. The included services represents a production level micro-services system.
Also in this repository you can find additional notes how to deply the NodeZoo application in development environment, using Fuge
- first clone the NodeZoo System repository
git clone https://github.com/nodezoo/nodezoo-system.git
cd nodezoo-system
- you must now follow the steps from the repository Readme
