Introduction to Git

pasja1000 / Pixabay https://pixabay.com/photo-3220702 僕もとうとうGitなるものを導入することにしたSourceTreeというソフトを使うとGUIでGitを扱うことができるらしい。 Also、GitHubBitbucketというホスティングサービスがあり複数人でやり取りができるそうだそこで無料だというBitbucketを使ってみたSSH接続?で悩んだがカンタローCGIさんのこのブログを参考にさせて頂いたリモートリポジトリのパスをhttps://(USER)@bitbucket.org/(USER)/(PROJECT).gitという形式にすればいいとのこと。 The rest、SSH認証鍵をBitbucketに設定しないといけないとかQiitaさんのこちらのページとこちらのページくろねこ日記さんのブログとLOUDANDPROUDパーソナルさんのブログを参考にさせて頂いたローカル環境でSSH認証の公開鍵と秘密鍵を作成してBitbucketに公開鍵を登録しないといけないというBitBucketではSSHキーを各レポジトリ毎に設定できるが今回はPushもしたいのでユーザーアカウント自体にSSHキーを設定するのがポイントなのだろうか。 In the study.。 … Continue readingIntroduction to Git

Build a development environment

Fotoworkshop4You / Pixabay https://pixabay.com/photo-1555348 Make a note of what you've done.。 Ruby on Rails development environment? Building on。 My computer is OSX El Capitan、Version 10.11.6?。 I referred to this page of Samurai Engineer Juku。 VirtualBox、Install CentOS with Vagrant、Then rbenv into a virtual environment、ruby-build plugin、Ruby、Bundler、I guess it means installing Ruby on Rails。 The rest、When installing Ruby on Rails、Looks like you need to edit the Vagrantfile。 ProMemoGramさんのこのブログを参考にさせて頂いた。 By default, it seems that the shared folder synchronizes only one direction from the host side to the virtual environment。 So to synchronize in both directions、For example, it seems that you can edit the Vagrantfile as follows。 When you first log in to CentOS on the virtual environment、I'm in the /home/vagrant folder、/There is a Vagrantfile in the vagrant folder or、I was confused as to which one to create an app folder in and install Ruby on Rails。 From setting the folder to be shared with the Vagrantfile、It's okay either way.。 The sshfs connection that was listed later on the former page became Disconnected and did not work, but、It's okay because you have a shared folder。 So today's work was finished.。 … Continue readingBuild a development environment