Offline environment construction Ruby edition

To offline environment construction table of contents

gem

Execute the following command online to download the gem file.

ogem-get.sh


name=$1
version=$2
wget https://rubygems.org/downloads/$name-$version.gem

To load the gem file offline, execute the following command.

ogem-load.sh


name=$1
version=$2
gem install -l $name-$version.gem

Reference site: https://blog.tgr.wtf/%E3%80%90ruby%E3%80%91gem%E3%82%92%E3%82%AA%E3%83%95%E3%83%A9% E3% 82% A4% E3% 83% B3% E3% 81% A7% E3% 82% A4% E3% 83% B3% E3% 82% B9% E3% 83% 88% E3% 83% BC% E3% 83% AB% E3% 81% 99% E3% 82% 8B% E6% 96% B9% E6% B3% 95-346.html

Recommended Posts

Offline environment construction Ruby edition
Offline environment construction CentOS edition
Rails engineer environment construction ruby2.7.1
EC-CUBE4 environment construction (local edition)
Rails environment construction Rails5.2.1 ruby2.5.1 Catalina
[Super easy] Ruby environment construction
Ruby on Rails 6.0 environment construction memo
[Java] Environment construction
Java environment construction
[Docker] Development environment construction Rails6 / Ruby2.7 / MySQL8
Pedometer (Ruby edition)
[Spring] Environment construction
Docker environment construction
Muscle Ruby on Rails Day 1 ~ Environment Construction ~
CentOS8.2 (x86_64) + ruby2.5 + Rails5.2 + MariaDB (10.3.17) environment construction
[Personal memo] Ruby on Rails environment construction (Windows)
Ruby on Rails development environment construction on M1 Mac
Penronse environment construction [Windows]
[Environment construction] Eclipse installation
Safe numbers (ruby edition)
[Flutter] Ubuntu 20.04 environment construction
Rails Docker environment construction
Fizz Buzz (Ruby edition)
Minimum value (ruby edition)
java development environment construction
Q. Elevator (Ruby edition)
ruby memorandum (basic edition)
[Environment construction] Ruby on Rails 5.2 system development environment construction [within 1 hour]
Deploy to Ruby on Rails Elastic beanstalk (Environment construction)
[Environment construction Mac] Ruby on Rails (+ Webpacker handles errors)
Ruby on Rails environment construction using VirtualBox, Vagrant, cyberduck
Rails6 development environment construction [Mac]
From 0 to Ruby on Rails environment construction [macOS] (From Homebrew installation to Rails installation)
I tried node-jt400 (Environment construction)
MySQL 5.7 (Docker) environment construction memo
Update Ruby in Unicorn environment
[Procedure 1 for beginners] Ruby on Rails: Construction of development environment
[Environment construction] Get the Ruby on Rails 6 development environment within 1 hour
JavaFX environment construction in Java 13
Redmine (Docker) environment construction memo
[Docker] Rails 5.2 environment construction with docker
AtCoder Challenge Environment Construction (Java 8)
Docker × Spring Boot environment construction
[Rails / MySQL] Mac environment construction
Ruby ① Build a Windows environment
[Docker] postgres, pgadmin4 environment construction
Laravel environment construction (Ubuntu 18.04 LTS)
React environment construction with Docker
Ruby on Rails --From environment construction to simple application development on WSL2
AWS Cloud9 environment construction Update Ruby to the latest stable version
Rails + MySQL environment construction with Docker
[Windows] WSL2 + Ubuntu + Node.js environment construction
Node.js environment construction with Docker Compose
◆ Spring Boot + gradle environment construction memo
Environment construction with Docker for beginners
Laravel + Docker Laradock usage environment construction
[Unity] Android development environment construction procedure
Make a language! (JavaCC environment construction)
[Environment construction with Docker] Rails 6 & MySQL 8
CentOS8 + Anaconda 4.9.2 + jupyterhub environment construction procedure
[Java & SpringBoot] Environment Construction for Mac