Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 874 Bytes

File metadata and controls

54 lines (37 loc) · 874 Bytes

eq8/onprem

A minimal on-prem installer

REQUIREMENTS

Developer Tools

  • git
  • make
  • openssl

Docker w/ Swarmkit initialized and nodes labeled

Install docker-compose CLI

USAGE

Initialize

  • Build and pull the images
  • Run a Docker Registry service
  • Push the images into the Docker Registry
  • Deploy the Docker stack
# On a manager node of Docker
git clone --recurse-submodules git@github.com:eq8/onprem.git

# TODO: edit docker-compose.yml and add related submodules in the services directory
make build
make ship
make run

Updates

make update
make build
make ship
make run

Remove

make clean