No description
Find a file
2025-05-26 12:57:10 +02:00
bin init symfony repo to modify a place without account 2025-05-22 19:13:43 +02:00
config service motocultrice, traductions 2025-05-26 11:55:44 +02:00
migrations init symfony repo to modify a place without account 2025-05-22 19:13:43 +02:00
public init symfony repo to modify a place without account 2025-05-22 19:13:43 +02:00
src récupérer les objets avec email dans une zone par code postal 2025-05-26 12:57:10 +02:00
templates récupérer les objets avec email dans une zone par code postal 2025-05-26 12:57:10 +02:00
tests init symfony repo to modify a place without account 2025-05-22 19:13:43 +02:00
translations service motocultrice, traductions 2025-05-26 11:55:44 +02:00
.env add readme 2025-05-26 09:49:22 +02:00
.env.dev init symfony repo to modify a place without account 2025-05-22 19:13:43 +02:00
.env.test init symfony repo to modify a place without account 2025-05-22 19:13:43 +02:00
.gitignore init symfony repo to modify a place without account 2025-05-22 19:13:43 +02:00
compose.override.yaml init symfony repo to modify a place without account 2025-05-22 19:13:43 +02:00
compose.yaml init symfony repo to modify a place without account 2025-05-22 19:13:43 +02:00
composer.json service motocultrice, traductions 2025-05-26 11:55:44 +02:00
composer.lock service motocultrice, traductions 2025-05-26 11:55:44 +02:00
LICENSE init symfony repo to modify a place without account 2025-05-22 19:13:43 +02:00
phpunit.xml.dist init symfony repo to modify a place without account 2025-05-22 19:13:43 +02:00
README.md service motocultrice, traductions 2025-05-26 11:55:44 +02:00
symfony.lock service motocultrice, traductions 2025-05-26 11:55:44 +02:00

OSM Commerces

dépot pour faire une démo de "OSM mon commerce", permettant de modifier des commerces sans avoir de compte OSM.

Configurer .env.local pour mettre le token bearer d'un compte dédié installer les dépendances avec composer déployer sur un serveur ayant du php 8

# Dépendances

  • PHP 8.1 ou supérieur
  • Composer
  • PostgreSQL 13 ou supérieur
  • Symfony 6.3
  • Extensions PHP requises :
    • pdo_pgsql
    • xml
    • intl
    • mbstring

# base de données

créer un utilisateur et sa base

sudo -u postgres psql -c "CREATE USER sf WITH PASSWORD 'sfrgdHYJi56631lyshFSQGfd45452ùwdf54f8fg5dfhg5_tyfdgthIOPHFUGH';" sudo -u postgres psql -c "CREATE DATABASE "osm-my-commerce" OWNER sf;"