XAMPPのGit設定共有用TextExpanderショートカット
1461 ワード
XAMPPの設定共有毎回お願いするの面倒なので埋める形式にした。
(要TextExpander)
ポップアップイメージ
コード
TextExpander
【%filltext:name=案件名%のローカル環境設定】
1.
Finderで shift + cmd + g 下記へ移動
/private/etc/hosts
エディタでhostsファイルを開く
下記1行を追加
127.0.0.1 %filltext:name=ローカルドメイン%
2.
Finderで shift + cmd + g 下記へ移動
/Applications/XAMPP/xamppfiles/etc/extra/httpd-vhosts.conf
エディタでhttpd-vhosts.conf を開く
下記4行を追加
<VirtualHost *:80>
DocumentRoot "/Applications/XAMPP/xamppfiles/htdocs/%filltext:name=案件DocRoot%"
ServerName %filltext:name=ローカルドメイン%
</VirtualHost>
【git】
%filltext:name=Gitパス%
パスワード: %filltext:name=Gitパスワード%
ブランチは「%filltext:name=ブランチ名%」を使います。
【URL】
ローカル : http://%filltext:name=ローカルドメイン%
テスト : http://%filltext:name=開発用ドメイン%
Author And Source
この問題について(XAMPPのGit設定共有用TextExpanderショートカット), 我々は、より多くの情報をここで見つけました https://qiita.com/GENYA/items/c97e8b6b436f1478097c著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .