From 0335beb98c9ff9fca26dc3aa54c198a41815e6c3 Mon Sep 17 00:00:00 2001 From: Jetbee Date: Sun, 1 Mar 2015 13:49:39 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=B4=E3=83=9F=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ゴミ削除 --- I-Introduction/Getting-started.md | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/I-Introduction/Getting-started.md b/I-Introduction/Getting-started.md index 6dc98c4..2953a22 100644 --- a/I-Introduction/Getting-started.md +++ b/I-Introduction/Getting-started.md @@ -1,33 +1,27 @@ -[translation here] # セットアップ -[translation here] プロジェクトにRocketeerをインストールするのはとても簡単です。以下のいずれかの方法でインストールできます。 -[translation here] ## コンパイル済みのアーカイブを使う方法 -[translation here] - 最も簡単な方法は、[以下のアドレス](http://rocketeer.autopergamene.eu/versions/rocketeer.phar)からアーカイブをダウンロードしてアプリケーションのフォルダに入れることです。 -[translation here] もしくは、以下のコマンドを実行して、グローバル環境にインストールすれば、グローバルなコマンドとしてどこのフォルダでも`rocketeer`コマンドを使うことができるようになります。 -[translation here] ## Composerを使う方法 -[translation here] ### ローカル環境へ -[translation here] Rocketeerは、Composerで他のパッケージと同じようにインストールできます。 -[translation here] Rocketeerのコマンドにアクセスするには、`php vendor/bin/rocketeer`を使うか、これを`alias rocketeer=php vendor/bin/rocketeer`とエイリアスしておきます。ローカルのバイナリにいつでもアクセスできるように`vendor/bin`を_PATH_に追加しておくのでもよいでしょう。 -[translation here] ### グローバル環境へ -[translation here] すべての Composer パッケージと同じように、`global`を付与することで、Rocketeerをグローバル環境へインストールすることもできます。 -[translation here] Roketeerのほとんどの設定は、`.rocketeer`フォルダの中の設定ファイルで行います。 設定ファイルには多くのオプションがあります。各オプションには説明が記載されていますのでコメントを注意して読んでください。 @@ -123,28 +106,24 @@ You'll do most of your configuration in Rocketeer's configuration files, in the There are a lot of options in the configuration file, each is explained thoroughly so take your time to read the comments carefully. --> -[translation here] ## Rocketeer を使う -[translation here] もし、アーカイブを使っている場合には、コマンドにアクセスするために、`php rocketeer.phar`と打ち込む必要があります。例ごとに`php rocketeer.phar deploy`というようにです。グローバルにインストールしている場合には、`rocketeer deploy`と打てます。 -[translation here] 設定を終えたら、`php rocketeer.phar check`コマンドを実行することをおすすめします。これはサーバー上でいくつものコマンドを実行し、設定がアプリケーションを収容する準備が整っているかどうかをチェックします。 -[translation here] 続いて、`php rocketeer.phar deploy`と打ち込むと、最初のリリースがリモートサーバーに作成されます。 その後、新しいリリースを作成したら、同じコマンドを実行することで、アップデートができます。または単純にリポジトリと依存パッケージがアップデートされる`php rocketeer.phar update`を実行することでもアップデート可能です。 @@ -153,7 +132,6 @@ Then you can just hit `php rocketeer.phar deploy`. It will create an initial rel Afterwards, to update it you can either run the same command again which will create an entirely new release, or simply do an `php rocketeer.phar update` which will update the repository and dependencies of your application. --> -[translation here] ### フォルダ構成