diff options
| author | 2018-09-09 11:10:05 +0200 | |
|---|---|---|
| committer | 2018-09-09 11:10:05 +0200 | |
| commit | c00743b9b76b177532314a63793cac96ff4228bc (patch) | |
| tree | c430e0039bda4449bdd0b3684ea33bd9dcdaba47 | |
| parent | 94b619eea5c2dabf05df6bb286b8f505d365bbb1 (diff) | |
Update deployment links
Remove broken DP deploy links
https://github.com/DFabric/DPlatform-Shell/issues/51
| -rw-r--r-- | README.fr.md | 5 | ||||
| -rw-r--r-- | README.md | 7 | ||||
| -rw-r--r-- | docs/fr/developers/01_First_steps.md | 6 |
3 files changed, 6 insertions, 12 deletions
diff --git a/README.fr.md b/README.fr.md index 20fbf955d..e323879ef 100644 --- a/README.fr.md +++ b/README.fr.md @@ -60,10 +60,9 @@ Nous sommes une communauté amicale. Plus d’informations sur l’installation et la configuration serveur peuvent être trouvées dans [notre documentation](https://freshrss.github.io/FreshRSS/fr/users/01_Installation.md). ## Installation automatisée -* [Docker](./Docker/) +* [](./Docker/) +* [](https://install-app.yunohost.org/?app=freshrss) * [](https://cloudron.io/button.html?app=org.freshrss.cloudronapp) -* [](https://dfabric.github.io/DPlatform-ShellCore) -* [YunoHost](https://github.com/YunoHost-Apps/freshrss_ynh) ## Exemple d’installation complète sur Linux Debian/Ubuntu ```sh @@ -59,11 +59,10 @@ We are a friendly community. More information about installation and server configuration can be found in [our documentation](https://freshrss.github.io/FreshRSS/en/admins/02_Installation.html). -## Automated install -* [Docker](./Docker/) +## Automated install +* [](./Docker/) +* [](https://install-app.yunohost.org/?app=freshrss) * [](https://cloudron.io/button.html?app=org.freshrss.cloudronapp) -* [](https://dfabric.github.io/DPlatform-ShellCore) -* [YunoHost](https://github.com/YunoHost-Apps/freshrss_ynh) ## Example of full installation on Linux Debian/Ubuntu ```sh diff --git a/docs/fr/developers/01_First_steps.md b/docs/fr/developers/01_First_steps.md index 400523e23..d2bf9d315 100644 --- a/docs/fr/developers/01_First_steps.md +++ b/docs/fr/developers/01_First_steps.md @@ -4,11 +4,7 @@ ## Docker -L'image Docker contenant l'environnement de développement de FreshRSS est accessible via : - -`$ docker pull marienfressinaud/freshrss` - -Vous pouvez lire [le fichier README du dépôt dédié](https://github.com/FreshRSS/docker-freshrss). +Le développement et le deploiement de FreshRSS peuvent se faire [via Docker](https://github.com/FreshRSS/FreshRSS/tree/dev/Docker). # Architecture du projet |
