Skip to content
This repository was archived by the owner on Apr 29, 2020. It is now read-only.

eq8/mvp

Repository files navigation

Microservices Viable Platform (@eq8/mvp)

Greenkeeper badge

EXPERIMENTAL: Not yet ready to be released

A scalable and extensible platform for multi-tenant web based enterprise applications

https://eq8.js.org/mvp

REQUIREMENTS

Developer Tools

  • git
  • make
  • openssl

Docker w/ Swarmkit initialized and nodes labeled

Install docker-compose CLI

Development

git clone --recurse-submodules git@github.com:eq8/mvp.git

make watch

open http://127.0.0.1/api/domain/0.0

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
make build
make ship
make run

Updates

make update
make build
make ship
make run

Remove

make clean

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors