- 特定ユーザー
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | $ git clone https://github.com/sstephenson/rbenv.git ~/.rbenv $ echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bash_profile $ echo 'eval "$(rbenv init -)"' >> ~/.bash_profile $ source ~/.bash_profile $ git clone git://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build $ cd ~/.rbenv/plugins/ruby-build $ sudo ./install.sh $ sudo yum -y install gcc-c++ glibc-headers openssl-devel readline libyaml-devel readline-devel zlib zlib-devel libffi-devel libxml2 libxslt libxml2-devel libxslt-devel sqlite-devel $ rbenv install 2.7.2 $ rbenv global 2.7.2 |
- 全ユーザー
1 2 3 4 5 6 7 8 9 10 11 12 13 | $ git clone https://github.com/sstephenson/rbenv.git /usr/local/rbenv/ $ echo 'export 'RBENV_ROOT="/usr/local/rbenv"' >> /etc/profile $ echo 'export PATH="${RBENV_ROOT}/bin:${PATH}"' >> /etc/profile $ echo 'eval "$(rbenv init --no-rehash -)"' >> /etc/profile $ source /etc/profile" $ git clone git://github.com/sstephenson/ruby-build.git /usr/local/rbenv/plugins/ruby-build/ $ sudo yum -y install gcc-c++ glibc-headers openssl-devel readline libyaml-devel readline-devel zlib zlib-devel libffi-devel libxml2 libxslt libxml2-devel libxslt-devel sqlite-devel $ rbenv install 2.7.2 $ rbenv global 2.7.2 |
Was this helpful?
0 / 0
1989年生まれのSENSYN ROBOTICS/SRE。ホスティングから大規模なアドテクなどのインフラエンジニアとして携わる。現在はサービスの信頼性向上、DevOps、可用性、レイテンシ、パフォーマンス、モニタリング、オブザーバビリティ、緊急対応、AWS/Azureでのインフラ構築、Docker開発環境の提供、Kubernetes保守、インフラコード化、新技術の検証、リファクタリング、セキュリティ強化、エンジニア採用広報などを担当している。個人開発では「夫婦、パートナー向け家事管理サービス/famii」をCakePHPで開発中。副業では数社サーバー保守とベンチャー企業のインフラコンサルティングやMENTAで未経験者にインフラのコーチング/コミュニティの運用を実施している。また、「脆弱性スキャナVuls」のOSS活動もしており、自称エバンジェリスト/技術広報/テクニカルサポート/コントリビュータでもある。