4
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Eclipse 4.5 Mars Pleiades All in One で CakePHP3の環境をつくろう

Posted at

環境

手順

  1. PHPプロジェクトを作成する
  2. プロジェクトとは別のディレクトリへCakePHPをcomposerでインストール
  3. インストールしたファイルを、PHPプロジェクトへ移動
  4. Eclipseを更新
  5. app.phpを更新して、xamppで表示を確認
  6. PHPプロジェクトをチーム > プロジェクトの共有
    1. ソースと同じディレクトリにリポジトリを作成
  7. EGitでリモートリポジトリを登録
  8. gitプロパティを設定(user.name、user.email、user.signingkey)
  9. git関連のファイル(gitignore、gitattribuite)のみ、commitする
  10. EGitパースペクティブで、リモート > origin > push構成 > 拡張 からgitのリモート構成を設定(全てのbranchとタグをpush)
  11. 全てのファイルをcommitする
  12. git pull でgitignoreファイルを編集して、索引に追加 してcommitして、push
  13. branch developを作成
4
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?