Yes, just another ordinary personal blog.
- Start the container with the DB
docker-compose up
- Access the blog from
http://localhost:3000
- Create dummy author
docker-compose run web rails db:seed
- # from
http://localhost:3000/authors/sign_in
-
Initialize Database
initdb ~/pg/
-
Accessing PostgreSQL Database
psql postgres
-
Activate PostgreSQL Database
postgres -D ~/pg/
-
Run Rails Server
bin/rails server