Skip to content

Commit

Permalink
LUT-26998: Update architecure diagram in README.md + Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YXME committed Mar 15, 2024
1 parent 9e8aa53 commit 762f597
Show file tree
Hide file tree
Showing 5 changed files with 205 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CiteLibre-rendezvous-docker.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
187 changes: 187 additions & 0 deletions CiteLibre.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed CiteLibre_500.png
Binary file not shown.
23 changes: 14 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
![alt text](CiteLibre_500.png "Cite Libre")
# CiteLibre Rendezvous with docker Compose

## Architecture
<p align="center">
<img src="https://github.com/citelibre/RendezVous/blob/main/CiteLibre.svg?raw=true" alt="CitéLibre logo"/>
</p>


# CitéLibre RendezVous with docker-compose
## Architecture
Architecture with embedded database and stmp server

![alt text](cite-libre-rendezvous-docker.png "CiteLibre architecture")
![CiteLibre architecture diagram](cite-libre-rendezvous-docker.svg "CiteLibre architecture")

## Environment variables

Create an `.env` file in the root directory where you should assign values for
Copy the `external.env` file as `.env` in the root directory. There you should assign values for
environment variables containing sensitive data, such as external database connection information.
These variables should be manually set. Here is a list of variables (key) that

These variables should be manually set.

Here is a list of variables (key) that
need to be set in the `.env` file (key with = as separator):

* LUTECE_DB_USER : Set the user for the database connection
Expand Down Expand Up @@ -64,15 +69,15 @@ If you create an `.env` file, docker compose use it without using --env-file

Back end is available at : <http://localhost:8080/rendezvous/jsp/admin/AdminLogin.jsp>

Defaut login is `admin` anbd password is `adminadmin`
Defaut login is `admin` and password is `adminadmin`


1. Open UI mail (in order to see mail send by application) at <http://localhost:1080/>.


2. Open UI matomo (for see stats of your application) at <http://localhost:80>.

Defaut login is `admin` anbd password is `adminadmin`
Defaut login is `admin` and password is `adminadmin`

### Helpful commands

Expand Down
Binary file removed cite-libre-rendezvous-docker.png
Binary file not shown.

0 comments on commit 762f597

Please sign in to comment.