[RUBY] Environment construction summary with rvm and postgresql

rvm install "ruby-2.3.0"
rvm list
rvm use 2.3.0
ruby -v
rvm gemset create hogehoge
rvm gemset list
rvm gemset use hogehoge
brew search postgresql
brew install version
brew services start [email protected]
vi /usr/local/var/[email protected]/postgresql.Change port number in conf(5435)
rails db:create
psql -l -p number
(Put a dump file)
psql -p port number database name< backup_file name

Recommended Posts

Environment construction summary with rvm and postgresql
Building Rails 6 and PostgreSQL environment with Docker
[Docker] Rails 5.2 environment construction with docker
React environment construction with Docker
Easy environment construction of MySQL and Redis with Docker and Alfred
Create Rails5 and postgresql environment with Docker and make pgadmin available
Rails + MySQL environment construction with Docker
Node.js environment construction with Docker Compose
Environment construction with Docker for beginners
[Environment construction with Docker] Rails 6 & MySQL 8
PostgreSQL environment construction with Docker (from setup to just before development)
GPU environment construction with Docker [October 2020 version]
Rails environment construction with Docker (personal apocalypse)
Laravel development environment construction with Docker (Mac)
Build and manage RStudio environment with Docker-compose
Environment construction with Docker (Ubuntu20.04) + Laravel + nginx
Laravel + MySQL + phpMyadmin environment construction with Docker
Minimal Java environment construction and Hello World
Build a bulletin board API with authentication and authorization with Rails 6 # 1 Environment construction
Spring Boot environment construction with Docker (January 2021 version)
Introduction to Robot Battle with Robocode (Environment Construction)
Docker + DynamoDB local + C ++ environment construction and practice
[Jakarta EE 8 application development with Gradle] 1. Environment construction
Environment construction procedure for using PowerMock with JUnit
Protobuf and gRPC C ++ environment construction on Ubuntu 18.04
[Java] Environment construction
Environment construction command memo with Docker on AWS
Kaggle environment construction using official Docker and vscode
[Ubuntu 18.04] Environment construction for using PyTorch with RTX3090
Rails6 [API mode] + MySQL5.7 environment construction with Docker
Java environment construction
DB environment construction with DBFlute Intro + H2 Database
Rails development environment created with VSCode and devcontainer
Prepare a scraping environment with Docker and Java
A reminder of Docker and development environment construction
React + Django + Nginx + MySQL environment construction with Docker
[Spring] Environment construction
Docker environment construction
Wordpress local environment construction & development procedure with Docker
JavaFX application development with IntelliJ IDEA and Gradle ~ From environment construction to sample code ~
Switch environment with Spring Boot application.properties and @Profile annotation
Stable development environment construction manual for "Rails6" with "Docker-compose"
Environment construction of Rails5 + MySQL8.0 + top-level volumes with docker-compose
[Java] Environment construction procedure for developing struts 1.3 with Eclipse
Prepare the environment for java11 and javaFx with Ubuntu 18.4
[Environment construction] Build a Java development environment with VS Code!
Build WordPress environment with Docker (Local) and AWS (Production)
Comfortable Docker environment created with WSL2 CentOS7 and Docker Desktop
Database environment construction with Docker in Spring boot (IntellJ)
Java + Spring development environment construction with VirtualBox + Ubuntu (Xfce4)
Penronse environment construction [Windows]
[Environment construction] Eclipse installation
[Flutter] Ubuntu 20.04 environment construction
Rails Docker environment construction
java development environment construction
I made a development environment with rails6 + docker + postgreSQL + Materialize.
[Portfolio] Manage site with laravel APP implementation (Docker environment construction)
Java web application development environment construction with VS Code (struts2)
Case that gave up environment construction of react with ubuntu
Rails application development environment construction with Docker [Docker, Rails, Puma, Nginx, MySQL]
Build a Node-RED environment with Docker to move and understand