Site Tools


informatique:web:trek

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
informatique:web:trek [2026/05/27 18:30] – created yahikoinformatique:web:trek [2026/05/27 19:24] (current) yahiko
Line 54: Line 54:
  
 <code bash> <code bash>
-curl -O https://raw.githubusercontent.com/mauriceboe/TREK/main/docker-compose.yml++mkdir trek && cd trek 
 +curl -O https://raw.githubusercontent.com/mauriceboe/TREK/main/docker-compose.yml
 docker compose up -d docker compose up -d
 +</code>
 +
 +Récupérer les identifiants de connexion :
 +
 +<code bash>
 +docker logs trek
 +</code>
 +
 +Va retourner un truc comme :
 +
 +<code bash>
 +╔══════════════════════════════════════════════╗
 +║  TREK — First Run: Admin Account Created     ║
 +╠══════════════════════════════════════════════╣
 +║  Email:    admin@trek.local                  ║
 +║  Password: motdepasselolmdr                  ║
 +╚══════════════════════════════════════════════╝
 +
 +Default categories seeded
 +Default addons seeded
 +──────────────────────────────────────
 +  TREK API started
 +  Version         3.0.22
 +  Container Port: 3000
 +  App URL:        http://localhost:3000
 +  Environment:    production
 +  Timezone:       UTC
 +  Origins:        (same-origin)
 +  Log level:      info
 +  Log file:       /app/data/logs/trek.log
 +  PID:            7
 +  User:           uid=1000 gid=1000
 +──────────────────────────────────────
 +
 </code> </code>
  
  
informatique/web/trek.1779906623.txt.gz · Last modified: by yahiko