Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
HCSVLAB-MISC: Updates development config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Anisimoff committed Dec 8, 2015
1 parent 2ea5183 commit d956ee3
Show file tree
Hide file tree
Showing 16 changed files with 391,365 additions and 5 deletions.
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,3 @@ DEPENDENCIES
xray-rails
zeroclipboard-rails
zeus

BUNDLED WITH
1.10.6
Binary file added alveo.tcpdump
Binary file not shown.
1,263 changes: 1,263 additions & 0 deletions app/controllers/catalog_controller.rb~

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ common: &common
development:
<<: *common
database: hcsvlab
host: alveo-qa-pg.intersect.org.au

# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
Expand Down
25 changes: 25 additions & 0 deletions config/rabbitmq.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
:rabbitmq: &rabbitmq_common
:client_class: Bunny
:error_queue: error
:vhost: /alveo
:exchange: 'alveo.workers'

# This is a sample config file that does not have multiple solr instances. You will also need to be sure to
development:
<<: *rabbitmq_common
test:
<<: *rabbitmq_common
qa:
<<: *rabbitmq_common
qa2:
<<: *rabbitmq_common
:host: alveo-qa-mq.intersect.org.au
staging:
<<: *rabbitmq_common
staging2:
<<: *rabbitmq_common
:host: alveo-qa-mq.intersect.org.au
production:
<<: *rabbitmq_common
:host: alveo-qa-mq.intersect.org.au

2 changes: 1 addition & 1 deletion config/sesame.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
development:
url: http://localhost:8983/openrdf-sesame
url: http://alveo-qa-sesame.intersect.org.au:8080/openrdf-sesame/
test: &TEST
url: http://localhost:8983/openrdf-sesame
qa:
Expand Down
3 changes: 2 additions & 1 deletion config/solr.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# This is a sample config file that does not have multiple solr instances. You will also need to be sure to
development:
url: http://localhost:8983/solr/development
#url: http://localhost:8983/solr/development
url: http://alveo-qa-solr.intersect.org.au:8080/solr/hcsvlab
test: &TEST
url: http://localhost:8983/solr/test
cucumber:
Expand Down
5 changes: 5 additions & 0 deletions dev/collections/ace.n3
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

<http://127.0.0.1:3000/catalog/ace> a <dcmitype:Collection>;
<http://purl.org/dc/terms/title> "ace";
<http://purl.org/dc/terms/abstract> "ace";
<http://www.loc.gov/loc.terms/relators/OWN> "[email protected]" .
1 change: 1 addition & 0 deletions dev/collections/ace/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"collection_name":"ace","files":{}}
21,976 changes: 21,976 additions & 0 deletions log/postgres_sesame.flat.txt

Large diffs are not rendered by default.

Loading

0 comments on commit d956ee3

Please sign in to comment.