mirror of
https://github.com/partitioncloud/partitioncloud-server.git
synced 2025-02-03 18:53:42 +01:00
Compare commits
No commits in common. "1bd70c86531a054637401cad057d19acd5c091e8" and "40becb01ce75c9f6707a150b124b6e964f3b9b6f" have entirely different histories.
1bd70c8653
...
40becb01ce
20
README.md
20
README.md
@ -20,26 +20,6 @@ Serveur web (basé sur Flask) pour gérer sa collection de partitions musicales
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### Installation via Docker (recommandé)
|
|
||||||
|
|
||||||
```bash
|
|
||||||
# Clone this repo
|
|
||||||
git clone https://github.com/partitioncloud/partitioncloud-server.git
|
|
||||||
cd partitioncloud-server
|
|
||||||
# Create an image named "partitioncloud"
|
|
||||||
docker build -t partitioncloud .
|
|
||||||
# You can then run the container, replace $PORT with the port you want to be exposed
|
|
||||||
PORT=5000
|
|
||||||
docker run -d \
|
|
||||||
-p $PORT:5000 \
|
|
||||||
--restart=unless-stopped \
|
|
||||||
--name partitioncloud \
|
|
||||||
partitioncloud:latest
|
|
||||||
```
|
|
||||||
L'utilisateur par défaut est `root` avec le mot de passe `root`
|
|
||||||
|
|
||||||
### Installation manuelle
|
|
||||||
|
|
||||||
Installer le serveur
|
Installer le serveur
|
||||||
```bash
|
```bash
|
||||||
# Clone this repo
|
# Clone this repo
|
||||||
|
@ -234,7 +234,7 @@ msgstr "Vous n'êtes pas autorisé à supprimer votre compte."
|
|||||||
|
|
||||||
#: partitioncloud/modules/settings.py:60
|
#: partitioncloud/modules/settings.py:60
|
||||||
msgid "User successfully deleted."
|
msgid "User successfully deleted."
|
||||||
msgstr "Utilisateur supprimé."
|
msgstr "Utilisateur supprimée."
|
||||||
|
|
||||||
#: partitioncloud/modules/settings.py:86
|
#: partitioncloud/modules/settings.py:86
|
||||||
msgid "Missing old password."
|
msgid "Missing old password."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user