Skip to content

Commit

Permalink
Update Installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionel Walter committed Dec 22, 2020
1 parent 42de4c2 commit 1bf505e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
```
Expand Down

0 comments on commit 1bf505e

Please sign in to comment.