Skip to content

PaaS-TA/monitoring-redis-release

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Related Repositories

플랫폼 어플리케이션 플랫폼 컨테이너 플랫폼
포털 AP 포털 CP 포털
모니터링 대시보드
모니터링 Monitoring InfluxDB 🚩 Redis
Pinpoint Pinpoint Buildpack Zabbix
AP 서비스 Cubrid Gateway GlusterFS Lifecycle
Logging MongoDB MySQL Pinpoint APM
Pipeline RabbitMQ Redis Source Control
WEB-IDE
CP 서비스 Pipeline Source Control
🚩 You are here.

PaaS-TA monitoring-redis-release Guide

Create PaaS-TA monitoring-redis-release

  • Download the latest PaaS-TA Monitoring Redis Release
    $ git clone https://github.com/PaaS-TA/monitoring-redis-release.git
    $ cd monitoring-redis-release
    
  • Download & Copy "source files" into the src directory
    ## download source files
    $ wget -O src.zip https://nextcloud.paas-ta.org/index.php/s/9qCfYSWwgKLQkkD/download
    
    ## unzip download source files
    $ unzip src.zip
    
    ## final src directory
    src
     ├── pidutils.sh
     └── redis
        └── 7.0.8.tar.gz
    
    
  • Create PaaS-TA monitoring-redis-release
    ## <VERSION> :: release version (e.g. 5.8.5)
    ## <RELEASE_TARBALL_PATH> :: release file path (e.g. /home/ubuntu/workspace/monitoring-redis-release-<VERSION>.tgz)
    $ bosh -e <bosh_name> create-release --name=redis --sha2 --version=<VERSION> --tarball=<RELEASE_TARBALL_PATH> --force
    

Deployment