Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
sos_deploy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ReefTEMPS
sos_deploy
Commits
862418e5
Commit
862418e5
authored
2 years ago
by
Baptiste GAUDRON
Browse files
Options
Downloads
Patches
Plain Diff
new READMEs
parent
a54b1258
No related branches found
No related tags found
1 merge request
!1
Docs and refactoring
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README-en.md
+23
-0
23 additions, 0 deletions
README-en.md
README.md
+24
-0
24 additions, 0 deletions
README.md
with
47 additions
and
0 deletions
README-en.md
0 → 100644
+
23
−
0
View file @
862418e5
# <img src="https://raw.githubusercontent.com/52North/sos/develop/spring/views/src/main/webapp/static/images/52n-logo-220x80.png" width=150 align=center> Sensor Observation Service
## Installation
*
Clone the project :
```
git clone https://gitlab.in2p3.fr/reeftemps/sos_deploy.git
```
*
Create a
`.env`
file in the project directory and define:
*
`POSTGRES_DB_USERNAME`
database user name
*
`POSTGRES_DB_PASSWORD`
password
*
Set the URLs of the different services in the file
`sitecpsows_data/webapps/ROOT/js/parametres.js`
*
Create a directory
`sitepsosos_data/webapps/ROOT`
with database configurations :
::add details::
*
Run the container :
```
docker-compose up
```
This diff is collapsed.
Click to expand it.
README.md
0 → 100644
+
24
−
0
View file @
862418e5
# <img src="https://raw.githubusercontent.com/52North/sos/develop/spring/views/src/main/webapp/static/images/52n-logo-220x80.png" width=150 align=center> Sensor Observation Service
## Installation
*
Cloner le projet avec git :
```
git clone https://gitlab.in2p3.fr/reeftemps/sos_deploy.git
```
*
Créer un fichier
`.env`
dans le répertoire du projet pour définir:
*
`POSTGRES_DB_USERNAME`
nom d'utilisateur de la base de données
*
`POSTGRES_DB_PASSWORD`
mot de passe
*
Définir les url vers les différents services dans le fichier
`sitecpsows_data/webapps/ROOT/js/parametres.js`
*
Créer un dossier
`sitepsosos_data/webapps/ROOT`
pour y placer les fichiers de configuration lié à la base de données:
::details::
*
Lancer le conteneur avec la commande :
```
docker-compose up
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment