1
1

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.

ローカル環境設定メモ

Posted at

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のインストール
  • IED

Sublime Text のpackage

  • Abcus → インデントの整列
  • AutoFileName
  • BracketHighlighter
  • compass
  • Emmet
  • HTML5
  • SCSS
  • Seti_UI
  • SideBarEnhancements

xampp

  • セキュリティ設定 phpmyadmin
    1. /Applications/XAMPP/xamppfiles/bin/mysqladmin -u root -p password
    2. open /Applications/XAMPP/xamppfiles/phpmyadmin/config.inc.php
    3. 「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
1
1
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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?