Skip to content

Instantly share code, notes, and snippets.

@jofi
Last active December 26, 2015 12:49
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 jofi/7153603 to your computer and use it in GitHub Desktop.
Save jofi/7153603 to your computer and use it in GitHub Desktop.
#git cherry-pick aabce18
# ORACLE:
cd ~/workspace/webafis_rails
cp ../_webafis_related/database_yml/ES/database.yml.oracle ES/config/database.yml
cp ../_webafis_related/database_yml/DS/database.yml.oracle DS/config/database.yml
# POSTGRES:
cd ~/workspace/webafis_rails
cp ../_webafis_related/database_yml/ES/database.yml.postgres ES/config/database.yml
cp ../_webafis_related/database_yml/DS/database.yml.postgres DS/config/database.yml
# POSTGRES ALTERNATIVE:
cp DS/config/database.yml.example DS/config/database.yml
cp ES/config/database.yml.example ES/config/database.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment