Skip to content

Commit

Permalink
Merge branch 'release/0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhiltri committed Aug 14, 2017
2 parents 37df076 + 679b4eb commit 9381e3b
Show file tree
Hide file tree
Showing 265 changed files with 8,199 additions and 2,840 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# editorconfig.org
root = true

[*.php]
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
10 changes: 5 additions & 5 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ PUSHER_APP_SECRET=

SCOUT_QUEUE=true

SOLR_HOST=localhost
SOLR_PORT=8983
SOLR_PATH=/solr/
SOLR_CORE=collection1
ELASTICSEARCH_HOST=localhost
ELASTICSEARCH_PORT=9200
ELASTICSEARCH_SCHEME=http
ELASTICSEARCH_INDEX=data_aggregator

LAKE_URL=
IIIF_URL=

COLLECTIONS_DATA_SERVICE_URL=
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ php artisan migrate:refresh --seed

Be aware that if you've imported real data into into any of your tables they will be truncated and replaced with fake data.

If you recieve an `Solarium\Exception\OutOfBoundsException`, ensure that your Solr instance is reachable.

#### 5. Create unit tests

Now that you've got your data structured and some test data to play with, you can begin wiring together the API
Expand Down
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.1
38 changes: 0 additions & 38 deletions app/Collections/Agent.php

This file was deleted.

53 changes: 0 additions & 53 deletions app/Collections/Asset.php

This file was deleted.

151 changes: 0 additions & 151 deletions app/Collections/CollectionsModel.php

This file was deleted.

74 changes: 0 additions & 74 deletions app/Collections/Exhibition.php

This file was deleted.

Loading

0 comments on commit 9381e3b

Please sign in to comment.