sudo yum group install 'Development Tools'
sudo yum install ruby ruby-devel rubygem-bundler
git clone [email protected]:octo-technology/toulouse.octo.com.git
cd toulouse.octo.com.git
bundle update --bundler
bundle config set path 'vendor/bundle'
bundle install
bundle exec jekyll serve --port 12000 --livereload
https://jekyllrb.com/docs/installation/macos/
brew install chruby ruby-install xz
ruby-install ruby 3.1.3
echo "source $(brew --prefix)/opt/chruby/share/chruby/chruby.sh" >> ~/.zshrc
echo "source $(brew --prefix)/opt/chruby/share/chruby/auto.sh" >> ~/.zshrc
echo "chruby ruby-3.1.3" >> ~/.zshrc # run 'chruby' to see actual version
gem install jekyll
git clone [email protected]:octo-technology/toulouse.octo.com.git
cd toulouse.octo.com.git
bundle update --bundler
bundle config set path 'vendor/bundle'
bundle install
bundle exec jekyll serve --port 12000 --livereload
sudo make build-container
sudo make run-container