文書
技術文書
redmine+git環境構築
2013/08/26 14:31
gitインストール¶
- ローカル環境
gitインストール
[admin]$ yum install git-coregit設定
[admin]$ git config --global user.name "Yoshiharu Yamamoto"
[admin]$ git config --global user.email haltyt@gmail.com
[admin]$ git config --global core.quotepath false
...
サーバステータス監視
2013/08/27 14:20
web1¶
http://182.48.31.134/munin/web1/web1.html
web2¶
http://182.48.31.136/munin/web2/web2.html
db1¶
http://182.48.31.135/munin/db1/db1.html
db2¶
仕様書
リリース手順書
2013/08/02 18:13
ドキュメント一覧
2013/08/02 18:14
リリースチェックシート
2013/08/02 18:14
テスト環境構築手順
2013/08/24 18:45
商用環境ソースコピー¶
[root@web1 sync]# pwd
/www/aff/sync
[root@web1 sync]# ./content_rsync_test_20130824.sh
テスト環境、商用環境のソース差分¶
[root@web1 www]# pwd
/www
- ソース内差分
[root@web1 www]# grep -R 'aff_test' aff_test | grep -v '\.log'
...
サーバ構成
2013/08/26 16:37
リリースサイクル
2013/08/26 16:40
gitブランチ運用
http://www.backlog.jp/git-guide/stepup/stepup1_5.html
http://keijinsonyaban.blogspot.jp/2010/10/successful-git-branching-model.html¶
リリース手順
ローカル
git add
git commit
git push¶
テスト環境
git branch -a
git fetch --all
git checkout -b branch_name origin/branch_name
...
成果通知タグ仕様書
2021/10/19 12:42