Skip to content

Instantly share code, notes, and snippets.

@shtakai
Last active December 1, 2017 12:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shtakai/c4df94003a7c24f2ed5706008ca6979b to your computer and use it in GitHub Desktop.
Save shtakai/c4df94003a7c24f2ed5706008ca6979b to your computer and use it in GitHub Desktop.

Somethimes I think

about this. And I regret after installing mysql postgresql,,,, etc...

Coding and testing on my laptop is okay, but installing RDBMS is fucked up daily life.

(Use docker-compose but I'm tired of typing sudo chown.....)

For those who would like to use dockernized middlewares, devilbox is good.

  1. insatll
  2. set up .env file (a few lines)
  3. docker-compose up -d !!!!!!!!

awesome

Apache	Nginx	PHP	MySQL	MariaDB	Percona	PgSQL	Redis	Memcached	MongoDB

Okay okay okja ya-!

default: &default
  adapter: postgresql
  encoding: unicode
  pool: 5
  port: 5432
  host: localhost
  username: postgres
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment