mirror of
https://github.com/YunoHost-Apps/planka_ynh.git
synced 2024-09-03 20:06:00 +02:00
cleaning
This commit is contained in:
parent
4771864c73
commit
283f033996
4 changed files with 29 additions and 3 deletions
|
@ -6,7 +6,7 @@ After=network.target
|
||||||
Type=simple
|
Type=simple
|
||||||
User=__APP__
|
User=__APP__
|
||||||
Group=__APP__
|
Group=__APP__
|
||||||
WorkingDirectory=__INSTALL_DIR__/
|
WorkingDirectory=__INSTALL_DIR__/server
|
||||||
Environment="__YNH_NODE_LOAD_PATH__"
|
Environment="__YNH_NODE_LOAD_PATH__"
|
||||||
Environment="NODE_ENV=production"
|
Environment="NODE_ENV=production"
|
||||||
ExecStart=__YNH_NPM__ start --prod
|
ExecStart=__YNH_NPM__ start --prod
|
||||||
|
|
|
@ -1 +1,12 @@
|
||||||
This is a dummy description of this app features
|
Elegant open source project tracking.
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- Create projects, boards, lists, cards, labels and tasks
|
||||||
|
- Add card members, track time, set a due date, add attachments, write comments
|
||||||
|
- Markdown support in a card description and comment
|
||||||
|
- Filter by members and labels
|
||||||
|
- Customize project background
|
||||||
|
- Real-time updates
|
||||||
|
- User notifications
|
||||||
|
- Internationalization
|
||||||
|
|
|
@ -1 +1,12 @@
|
||||||
Ceci est une fausse description des fonctionalités de l'app
|
Suivi de projet open source élégant.
|
||||||
|
|
||||||
|
### Caractéristiques
|
||||||
|
|
||||||
|
- Créer des projets, des tableaux, des listes, des cartes, des étiquettes et des tâches
|
||||||
|
- Ajoutez des membres de la carte, suivez le temps, définissez une date d'échéance, ajoutez des pièces jointes, rédigez des commentaires
|
||||||
|
- Prise en charge du Markdown dans une description et un commentaire de carte
|
||||||
|
- Filtrer par membres et labels
|
||||||
|
- Personnaliser l'arrière-plan du projet
|
||||||
|
- Mises à jour en temps réel
|
||||||
|
- Notifications utilisateur
|
||||||
|
- InternationalisationCeci est une fausse description des fonctionalités de l'app
|
||||||
|
|
|
@ -68,6 +68,10 @@ ynh_script_progression --message="Installing $app..." --weight=10
|
||||||
pushd $install_dir
|
pushd $install_dir
|
||||||
ynh_use_nodejs
|
ynh_use_nodejs
|
||||||
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH $ynh_npm install
|
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH $ynh_npm install
|
||||||
|
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH ./server $ynh_npm run db:init
|
||||||
|
popd
|
||||||
|
|
||||||
|
pushd $install_dir/server
|
||||||
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH $ynh_npm run db:init
|
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH $ynh_npm run db:init
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue