Created
August 9, 2012 17:58
-
-
Save dcluna/3306558 to your computer and use it in GitHub Desktop.
project flow
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
| cd receiver | |
| export GIT_SSL_NO_VERIFY=true | |
| bundle config build.do_postgres --with-pgsql-server-include=/usr/pgsql-9.1/include/server/ --with-pgsql-client-dir=/usr/pgsql-9.1/ | |
| bundle config build.pg --with-pg-lib=/usr/pgsql-9.1/lib/ --with-pg-config=/usr/pgsql-9.1/bin/pg_config | |
| bundle install | |
| cd tests | |
| ruby basic_tests.rb | |
| # at this point, it shows: | |
| # /usr/local/rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in # `require': cannot load such file -- dm-core (LoadError) | |
| # from /usr/local/rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require' | |
| # from /www/receiver/app.rb:2:in `<top (required)>' | |
| # from basic_tests.rb:2:in `require_relative' | |
| # from basic_tests.rb:2:in `<main>' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment