ローカル環境設定メモ
memo
webサイトつくったりで必要なやつ(適時更新)
ローカル環境設定手順
- コーディング用fontをインストール > fira-code / Ricty Diminished
- homebrew のインストール
- nodebrew > node.js のインストール
nodebrew setup
-
nodebrew ls-remote
インストール可能な最新版を確認 -
nodebrew install-ninary stable
最新の安定版をインストール -
nodebrew use <VERSION>
使用するnode.jsのバージョンを指定 echo 'export PATH=$HOME/.nodebrew/current/bin:$PATH' >> ~/.bash_profile
- sublie textのインストール
- package controll のインストール
- IED
- Visual Studio Code のインストール
Aptana...?Brackets (オワコン化)
Sublime Text のpackage
- Abcus → インデントの整列
- AutoFileName
- BracketHighlighter
- compass
- Emmet
- HTML5
- SCSS
- Seti_UI
- SideBarEnhancements
xampp
- セキュリティ設定 phpmyadmin
/Applications/XAMPP/xamppfiles/bin/mysqladmin -u root -p password
open /Applications/XAMPP/xamppfiles/phpmyadmin/config.inc.php
- 「auth_type」=>「cookie」,「password」=>「任意」に変更
brew
- fish :shell
- node :node.js
- rbenv :ruby
- ruby-build :ruby build tool
vagrant
- plugin: vagrant-vbguest
- centOS 6.9
- shell: fish
Author And Source
この問題について(ローカル環境設定メモ), 我々は、より多くの情報をここで見つけました https://qiita.com/rTachibana/items/b46009ae207dcd622935著者帰属:元の著者の情報は、元の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 .