Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kernoeb committed Oct 10, 2023
1 parent b551bcd commit 092d811
Showing 1 changed file with 5 additions and 17 deletions.
22 changes: 5 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,28 +87,16 @@ Pull automatique (toutes les 30 minutes) du docker-compose et démarrage :
### Nécessaire

- [Node.js](https://github.com/nodejs/node) 16.X : Installation via [nvm](https://github.com/nvm-sh/nvm)
- [pnpm](https://pnpm.io/) : Gestionnaire de paquets
- [pnpm 7](https://pnpm.io/) : Gestionnaire de paquets (installation : `npm i -g pnpm@7`)

### Commandes utiles

- Lancement en local : `pnpm run dev` (pour ne pas utiliser Mongo et ne pas lancer les backups)
- Build du projet : `pnpm run build`
- Démarrage de MongoDB (en local) : `docker-compose up -f docker-compose-dev.yml up -d --remove-orphans`
Lancement en local :

```
version: '2'
services:
mongodb:
image: docker.io/bitnami/mongodb:5.0
restart: always
ports:
- "27017:27017"
volumes:
- '/opt/planning_v2:/bitnami/mongodb'
```
- Modifier le fichier `.env` avec `MONGODB_URL=localhost:27017`
- `pnpm run dev` (pour ne pas utiliser Mongo et ne pas lancer les backups)

> For MacOS M1, you can use `zcube/bitnami-compat-mongodb:5.0`
> For MacOS M1, you can use `pnpm run dev:darwin-arm64`
## Donateurs

Expand Down

0 comments on commit 092d811

Please sign in to comment.