mirror of
https://github.com/YunoHost-Apps/dont-code_ynh.git
synced 2024-09-03 18:26:34 +02:00
commit
e664ee0ea6
2 changed files with 16 additions and 20 deletions
22
README_fr.md
22
README_fr.md
|
@ -5,15 +5,15 @@ It shall NOT be edited by hand.
|
||||||
|
|
||||||
# Dont-code Services pour YunoHost
|
# Dont-code Services pour YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/dont-code)  
|
[](https://dash.yunohost.org/appci/app/dont-code)  
|
||||||
[](https://install-app.yunohost.org/?app=dont-code)
|
[](https://install-app.yunohost.org/?app=dont-code)
|
||||||
|
|
||||||
*[Read this readme in english.](./README.md)*
|
*[Read this readme in english.](./README.md)*
|
||||||
|
|
||||||
> *Ce package vous permet d'installer Dont-code Services rapidement et simplement sur un serveur YunoHost.
|
> *Ce package vous permet d’installer Dont-code Services rapidement et simplement sur un serveur YunoHost.
|
||||||
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.*
|
||||||
|
|
||||||
## Vue d'ensemble
|
## Vue d’ensemble
|
||||||
|
|
||||||
Dont-code is a low-code / no-code platform letting user create their own applications based on complete feature sets developed by IT.
|
Dont-code is a low-code / no-code platform letting user create their own applications based on complete feature sets developed by IT.
|
||||||
You can find more information here: https://dont-code.net
|
You can find more information here: https://dont-code.net
|
||||||
|
@ -35,10 +35,10 @@ This Yunohost app installs the server part (services + mongo database) needed to
|
||||||
|
|
||||||
**Démo :** https://dont-code.net/apps.html
|
**Démo :** https://dont-code.net/apps.html
|
||||||
|
|
||||||
## Captures d'écran
|
## Captures d’écran
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
## Avertissements / informations importantes
|
## Avertissements / informations importantes
|
||||||
|
|
||||||
|
@ -53,10 +53,10 @@ This Yunohost app installs the server part (services + mongo database) needed to
|
||||||
|
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site officiel de l'app : <https://dont-code.net>
|
* Site officiel de l’app : <https://dont-code.net>
|
||||||
* Documentation officielle utilisateur : <https://dont-code.net/news.html>
|
* Documentation officielle utilisateur : <https://dont-code.net/news.html>
|
||||||
* Documentation officielle de l'admin : <https://dont-code.net/developers.html>
|
* Documentation officielle de l’admin : <https://dont-code.net/developers.html>
|
||||||
* Dépôt de code officiel de l'app : <https://github.com/dont-code>
|
* Dépôt de code officiel de l’app : <https://github.com/dont-code>
|
||||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_dont-code>
|
* Documentation YunoHost pour cette app : <https://yunohost.org/app_dont-code>
|
||||||
* Signaler un bug : <https://github.com/YunoHost-Apps/dont-code_ynh/issues>
|
* Signaler un bug : <https://github.com/YunoHost-Apps/dont-code_ynh/issues>
|
||||||
|
|
||||||
|
@ -72,4 +72,4 @@ ou
|
||||||
sudo yunohost app upgrade dont-code -u https://github.com/YunoHost-Apps/dont-code_ynh/tree/testing --debug
|
sudo yunohost app upgrade dont-code -u https://github.com/YunoHost-Apps/dont-code_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
|
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
|
@ -319,16 +319,12 @@ ynh_install_mongo() {
|
||||||
# Make sure MongoDB is started and enabled
|
# Make sure MongoDB is started and enabled
|
||||||
# systemctl enable $mongodb_servicename --quiet
|
# systemctl enable $mongodb_servicename --quiet
|
||||||
# systemctl daemon-reload --quiet
|
# systemctl daemon-reload --quiet
|
||||||
|
ynh_exec_err uname -a
|
||||||
|
|
||||||
# Test mongod to see if it crashes
|
# crash mongod and display log
|
||||||
ynh_exec_err /usr/bin/mongod --help
|
/usr/bin/mongod --help 1> mongo-crash.txt 2>&1
|
||||||
ynh_exec_err which mongod
|
ynh_exec_err ls -al /var/log
|
||||||
ynh_exec_err ldd /usr/bin/mongod
|
ynh_exec_err cat -n 30 /var/log/syslog
|
||||||
ynh_exec_err ls -al /usr/bin/mongod
|
|
||||||
|
|
||||||
# sleep 60
|
|
||||||
# pkill mongod
|
|
||||||
# ynh_exec_err cat /var/log/mongodb/mongod.conf
|
|
||||||
|
|
||||||
ynh_systemd_action --service_name=$mongodb_servicename --action=restart --line_match="aiting for connections" --log_path="systemd" --length=100 --timeout=60
|
ynh_systemd_action --service_name=$mongodb_servicename --action=restart --line_match="aiting for connections" --log_path="systemd" --length=100 --timeout=60
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue