Skip to content

eq8/onprem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An minimal on-prem installer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published