Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.34 KB

index.md

File metadata and controls

36 lines (28 loc) · 1.34 KB
layout canonical_url title subtitle copy description github_project commiters features keywords
product
Sunline
A lightweight script and log management tool
Let's start DevOps from a small first step
Sunline は本番サーバでのスクリプトの実行とログの管理を行うシンプルな Web アプリケーションです。 同様のソフトウェアに Webistrano があります。
sunline
suer
mallowlabs
name image
スクリプトの集中管理
imgs/script.png
name image
実行はワンライナー
imgs/oneliner.png
name image
サーバ毎の実行ログ
imgs/log.png
name image
WebHook 対応
imgs/webhook.png
Heroku
DevOps
Webistrano
Ruby

Webistrano との比較

  • スクリプトは、Capistrano ではなくシェルスクリプトで記述するため、学習コストを低く抑えられます。
  • サーバにログイン後にスクリプトを実行する形式なので、秘密鍵等の設定が不要です。
  • スクリプトを Web アプリケーションに直接記述する形式のため、バージョン管理システムの知識が不要です。
  • 添付ファイルも Web アプリケーションにアップロードする方式です。
  • サーバやロールの管理機能はありません。