Last active
December 26, 2015 12:49
-
-
Save jofi/7153603 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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