2019-09-21から1日間の記事一覧

【rails】PostgreSQLを使った環境構築

PostgreSQL Accountの作成 仕事でPostgreSQLを使っていたので、Accountを作るところから。 $ sudo -u postgres psql PASSWORD= <PCのパスワード> postgres=# create role <username> with createdb login password '<password>'; # usernameとpasswordはあとで使う postgres=# \q $ rails new <appname> -d</appname></password></username></pcのパスワード>…