-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Lionel Walter
committed
Dec 22, 2020
1 parent
42de4c2
commit 1bf505e
Showing
1 changed file
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,12 +38,10 @@ Pura-Back-End uses two mysql databases : | |
|
||
You can see the schemas in the sql folder of this repository. | ||
|
||
|
||
- puralogin defined [here](https://github.com/swissbib/pura-backend/blob/master/config/autoload/development.local.php.dist#L38) and used for the authentication. | ||
- the [vufind](https://github.com/swissbib/pura-backend/blob/master/config/autoload/development.local.php.dist#L54) database. Only the tables user and pura-user are needed. | ||
|
||
## Installation | ||
|
||
Here are the instructions to install the pura back-end. They have been tested on Ubuntu 18.04. | ||
|
||
Clone repo | ||
``` {.bash} | ||
git clone [email protected]:swissbib/pura-backend.git | ||
|
@@ -61,7 +59,7 @@ In development.local.php, update : | |
- databases info (multiple places) | ||
- credentials for the SWITCH API | ||
|
||
Update dependencies | ||
Install dependencies | ||
``` {.bash} | ||
composer install | ||
``` | ||
|