Skip to content

Latest commit

 

History

History
78 lines (64 loc) · 2.13 KB

File metadata and controls

78 lines (64 loc) · 2.13 KB

NABootContainerization

A container-based deployment for NA Boot Plan.
NA Boot Plan is a full-stack web development framework that aims to provide swift construction for web applications.
This project provides a scaffold to build web applications on NA Boot Plan with containerization support.

Main Components

Main Features

  • High cohesion, low coupling
  • Classic service-oriented architecture
  • Lightweight
  • Containerized
  • Easy-to-use
  • WebSocket support

Architecture

Architecture

Usage

Pull projects from GitHub

chmod u+x ./cloneRepositories.sh
./cloneRepositories.sh

Create static folder

chmod u+x ./createStaticFolder.sh
./createStaticFolder.sh

Start up projects

docker-compose up

Deamon mod

docker-compose up -d

Shut down projects

docker-compose down

Shut down and clear projects

docker-compose down --rmi 'all'

Application

Boostim

Boostim is a set of solutions for instant messaging.
For more information, please refer to Boostim.

Clouder

A private cloud web service for static resource storage on clouds supported by GCP storage.
Related resources:

Related Projects