Skip to content

Commit

Permalink
IslandoraServiceProvider update (#26)
Browse files Browse the repository at this point in the history
* Updating Gemini to use IslandoraServiceProvider

* Touching up Hypercube

* Another pass after attempting install

* Disabling security by default and updating README

* Sanitizing paths for leading slashes

* Typos

* Choppin' lines

* Using doctrine dbal from IslandoraServiceProvider

* Forgot that I removed the lockfile from gitignore.
  • Loading branch information
dannylamb authored and whikloj committed Apr 18, 2017
1 parent a5d622c commit 4b55843
Show file tree
Hide file tree
Showing 14 changed files with 5,780 additions and 675 deletions.
1 change: 0 additions & 1 deletion Gemini/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/phpunit.xml
/vendor
/build
/composer.lock
.idea

21 changes: 21 additions & 0 deletions Gemini/cfg/cfg.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,25 @@
'user' => 'changeme',
'password' => 'changeme',
],

// Valid log levels:
// - DEBUG
// - INFO
// - NOTICE
// - WARNING
// - ERROR
// - CRITICAL
// - ALERT
// - EMERGENCY
// - NONE
// if none is used the log file won't be opened.
'loglevel' => 'NONE',
'logfile' => '../gemini.log',

// Toggles JWT security for the service.
'security enabled' => false,
// Path to the syn config file for authentication.
// Example can be found here:
// https://github.com/Islandora-CLAW/Syn/blob/master/conf/syn-settings.example.xml
'security config' => '../syn-settings.xml',
];
1 change: 0 additions & 1 deletion Gemini/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"description": "Path mapping Service between Fedora and Drupal",
"require": {
"silex/silex": "^2.0",
"doctrine/dbal": "~2.2",
"islandora/crayfish-commons": "dev-master"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 4b55843

Please sign in to comment.