Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (20 loc) · 803 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 803 Bytes

suzume

SUstainable Zookeep & Update MEchanism

開発環境の構築

# VagrantのBoxの起動
$ vagrant up

# VagrantのBoxにSSH接続
$ vagrant ssh

# Nomadの開発用のエージェント(Client/Server両用)の起動
$ sudo nomad agent -dev -bind=0.0.0.0

# Web UIを開く
$ open 192.168.56.10:4646

# サンプルのジョブ(Redis)の作成(HTTP API経由)
$ curl --request POST --data @example.json http://192.168.56.10:4646/v1/jobs

# VagrantのBoxの削除
$ vagrant destroy