There is a ready application with sqlite3 data transfer is not provided. You need to connect PostgreSQL, create a new database and make migrations. PostgreSQL installed. Created user
$ sudo -u postgres psql postgres-# CREATE ROLE pguser LOGIN ENCRYPTED PASSWORD 'passwd' NOSUPERUSER NOINHERIT CREATEDB NOCREATEROLE; I look in pgAdmin
I go to database.yml
development: pool: 5 timeout: 5000 adapter: postgresql database: newdb username: pguser password: passwd Naturally hem pg stands.
Run db: create or db: setup
$ rake db:setup FATAL: Peer authentication failed for user "pguser" Couldn't create database for {...} Added pg_hba.conf

