Skip to content

Commit ad12031

Browse files
committed
Added: Sunline landing page
1 parent 15cf92d commit ad12031

7 files changed

Lines changed: 36 additions & 0 deletions

File tree

sunline/imgs/favicon.ico

1.12 KB
Binary file not shown.

sunline/imgs/log.png

10.2 KB
Loading

sunline/imgs/oneliner.png

8.05 KB
Loading

sunline/imgs/script.png

8.86 KB
Loading

sunline/imgs/ss_all.png

80.6 KB
Loading

sunline/imgs/webhook.png

6.78 KB
Loading

sunline/index.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
layout: product
3+
canonical_url: http://www.codefirst.org/sunline/
4+
5+
title: Sunline
6+
subtitle: A lightweight script and log management tool
7+
copy: "Let's start DevOps from\na small first step"
8+
9+
description: |
10+
Sunline は本番サーバでのスクリプトの実行とログの管理を行うシンプルな Web アプリケーションです。
11+
同様のソフトウェアに Webistrano があります。
12+
13+
github_project: sunline
14+
commiters: ["suer","mallowlabs"]
15+
16+
features:
17+
- name: スクリプトの集中管理
18+
image: imgs/script.png
19+
- name: 実行はワンライナー
20+
image: imgs/oneliner.png
21+
- name: サーバ毎の実行ログ
22+
image: imgs/log.png
23+
- name: WebHook 対応
24+
image: imgs/webhook.png
25+
26+
keywords: ["Heroku", "DevOps", "Webistrano", "Ruby"]
27+
---
28+
29+
### Webistrano との比較
30+
31+
* スクリプトは、Capistrano ではなくシェルスクリプトで記述するため、学習コストを低く抑えられます。
32+
* サーバにログイン後にスクリプトを実行する形式なので、秘密鍵等の設定が不要です。
33+
* スクリプトを Web アプリケーションに直接記述する形式のため、バージョン管理システムの知識が不要です。
34+
* 添付ファイルも Web アプリケーションにアップロードする方式です。
35+
* サーバやロールの管理機能はありません。
36+

0 commit comments

Comments
 (0)