From 8c51f043f4bbd258bd04cf285d068def53448882 Mon Sep 17 00:00:00 2001 From: Etienne Santoul <30403047+esantoul@users.noreply.github.com> Date: Sun, 1 Feb 2026 15:58:56 +0100 Subject: [PATCH] docs: update repository URL to arrhes-platform and add Windows long paths note Replace all references to arrhes-application with arrhes-platform to match the current repository origin. Add a note in README, DEVELOPMENT and CONTRIBUTING docs warning Windows users to enable core.longpaths before cloning. --- README.md | 21 +++++++++++++-------- docs/CONTRIBUTING.md | 11 ++++++++--- docs/DEVELOPMENT.md | 17 +++++++++++------ 3 files changed, 32 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 5b43fbd..c576cdd 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,11 @@ Arrhes est une solution complète de comptabilité conçue spécifiquement pour ## Démarrage rapide +> **Windows :** Certains chemins du repository sont longs et peuvent dépasser la limite par défaut de Windows. Avant de cloner, exécutez la commande suivante depuis une invite de commandes **administrateur** : +> ``` +> git config --system core.longpaths true +> ``` + ### Option 1 : Dev Container 🚀 (Le plus simple) Prérequis : Docker @@ -47,8 +52,8 @@ Quick CLI workflow (no editor integration required): ```bash # Clone & enter repo -git clone https://github.com/arrhes/arrhes-application.git -cd arrhes-application +git clone https://github.com/arrhes/arrhes-platform.git +cd arrhes-platform # Start the devcontainer services (bind-mounts your workspace) ./devcontainer-start.sh @@ -80,8 +85,8 @@ Prérequis : Node.js 24.5+, pnpm, Docker ```bash # Cloner le repository -git clone https://github.com/arrhes/arrhes-application.git -cd arrhes-application +git clone https://github.com/arrhes/arrhes-platform.git +cd arrhes-platform # Installer les dépendances pnpm install @@ -111,8 +116,8 @@ Prérequis : Node.js 24.5+, pnpm, PostgreSQL ```bash # Cloner le repository -git clone https://github.com/arrhes/arrhes-application.git -cd arrhes-application +git clone https://github.com/arrhes/arrhes-platform.git +cd arrhes-platform # Installer les dépendances pnpm install @@ -163,8 +168,8 @@ Ce projet est sous licence MIT. Voir le fichier [LICENSE](LICENSE) pour plus de ## Support -- 🐛 [Signaler un bug](https://github.com/arrhes/arrhes-application/issues) -- 💡 [Proposer une fonctionnalité](https://github.com/arrhes/arrhes-application/issues) +- 🐛 [Signaler un bug](https://github.com/arrhes/arrhes-platform/issues) +- 💡 [Proposer une fonctionnalité](https://github.com/arrhes/arrhes-platform/issues) - 📧 Contact : contact@arrhes.com --- diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index c689994..2afa39f 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -52,6 +52,11 @@ Proposez des améliorations d'interface Avant de commencer à contribuer, configurez votre environnement de développement : +> **Windows :** Certains chemins du repository sont longs et peuvent dépasser la limite par défaut de Windows. Avant de cloner, exécutez la commande suivante depuis une invite de commandes **administrateur** : +> ``` +> git config --system core.longpaths true +> ``` + 1. **Fork le repository** sur votre compte GitHub 2. **Cloner votre fork** @@ -62,7 +67,7 @@ Avant de commencer à contribuer, configurez votre environnement de développeme 3. **Ajouter le repository principal comme remote** ```bash - git remote add upstream https://github.com/arrhes/arrhes-application.git + git remote add upstream https://github.com/arrhes/arrhes-platform.git ``` 4. **Choisir votre méthode de développement** @@ -538,8 +543,8 @@ Plusieurs utilisateurs ont demandé cette fonctionnalité pour faire des analyse - [Documentation d'architecture](ARCHITECTURE.md) - [Guide de développement](DEVELOPMENT.md) - [Configuration](CONFIGURATION.md) -- [Issues GitHub](https://github.com/arrhes/arrhes-application/issues) -- [Discussions GitHub](https://github.com/arrhes/arrhes-application/discussions) +- [Issues GitHub](https://github.com/arrhes/arrhes-platform/issues) +- [Discussions GitHub](https://github.com/arrhes/arrhes-platform/discussions) ## Questions ? diff --git a/docs/DEVELOPMENT.md b/docs/DEVELOPMENT.md index 31ad434..db42720 100644 --- a/docs/DEVELOPMENT.md +++ b/docs/DEVELOPMENT.md @@ -74,6 +74,11 @@ Vous avez trois options pour développer Arrhes : ## Prérequis +> **Windows :** Certains chemins du repository sont longs et peuvent dépasser la limite par défaut de Windows. Avant de cloner, exécutez la commande suivante depuis une invite de commandes **administrateur** : +> ``` +> git config --system core.longpaths true +> ``` + ### Option 1 : Dev Container - **Docker** et **Docker Compose** : https://www.docker.com/get-started @@ -154,8 +159,8 @@ C'est tout ! PostgreSQL, RustFS et MailHog seront lancés automatiquement dans d **Étape 1 : Cloner le repository** ```bash -git clone https://github.com/arrhes/arrhes-application.git -cd arrhes-application +git clone https://github.com/arrhes/arrhes-platform.git +cd arrhes-platform ``` **Étape 2 : Ouvrir dans VS Code/Cursor** @@ -216,8 +221,8 @@ C'est tout ! Vous êtes prêt à développer. 🎉 **Étape 1 : Cloner le repository** ```bash -git clone https://github.com/arrhes/arrhes-application.git -cd arrhes-application +git clone https://github.com/arrhes/arrhes-platform.git +cd arrhes-platform ``` **Étape 2 : Installer les dépendances** @@ -243,8 +248,8 @@ Vous devriez voir tous les packages workspace listés. **Étape 1 : Cloner le repository** ```bash -git clone https://github.com/arrhes/arrhes-application.git -cd arrhes-application +git clone https://github.com/arrhes/arrhes-platform.git +cd arrhes-platform ``` **Étape 2 : Installer les dépendances**