[Recherche APPS] - Remplacer viso Microsoft un dia en ligne

Bonjour,

je recherche une application à installer sur mon yunohost me permettant de faire des diagramme comme sur VISIO de Microsoft ou l’application DIA,

qu’en pensez vous svp ?

Si tu en fais un package je suis intéressé !

c’est du docker installation, je ne pense pas que ça soit compatible yh :cry:

Il n’est pas forcément nécessaire d’utiliser docker… Ils proposent cela par soucis de facilité.
Quand tu regardes ici, ils décrivent comment générer le projet.

Ensuite, on lit :

Note, if you use just the client-side code, you’ll be missing the Gliffy and .vsdx importers, the embed support, icon search and publishing to Imgur.

If you want to build the full war with the Java server-side code and the client-side JavaScript, invoke the “war” task in the Ant build.xml file. Deploy the resulting .war file to a servlet engine.

Donc si vous souhaitez packager l’appli, il y a deux “niveaux” :

  • construire uniquement la partie client (en Javascript) et la servir avec nginx
  • construire également la partie serveur (WAR), et donc il faut également installer un moteur de servlets pourr servir le tout.

A vous de jouer :wink:

en charchant je suis tombé sur ça :

Building and deploying draw.io from github

We’ve a long, yet exciting video showing a clone of draw.io from github in IDEA, creating the necessary war files and deploying them to Tomcat.

http://www.youtube.com/watch?v=7iwozUK6i50

The README at GitHub - jgraph/drawio: draw.io is a JavaScript, client-side editor for general diagramming. has been updated to reflect the basics in the video about the project structure and how to build the 2 wars.

General questions can be made as comments under this post. You can file bugs at either the github page issues page, Issues · jgraph/drawio · GitHub or http://forum.jgraph.com and technical questions just at the forum please.

The code used is tagged “vsnap1” in github, not “snap1” as mentioned in the video.

On our Ubuntu image export server we had to make some changes/additions to the fonts to get unicode characters to appear in image outputs. We’ve this list of commands:

sudo apt-get install msttcorefonts
sudo apt-get install fontconfig
sudo apt-get install ttf-liberation
sudo apt-get install ttf-arphic-uming // for unicode languages
apt-get install ttf-thai-tlwg // for thai fonts
sudo fc-cache -f -v

that we ran. You also need to uncomment some partner/multiverse entries in /etc/apt/sources.list and run apt-get update before some of these will work.

The next steps with this project is improving the highlighting of places that you need to enter custom values to get particular bits working. Also, are there any deployments that the current code makes it harder than it should be to deploy? And lastly, when it’s deployed what are the high level things we need to make easier for you when you try to customize it?

source : draw.io - Building and deploying draw.io from github...

faut que je test

@Issa si tu veux te faire une idée de l’appli tu peux télécharger la version desktop “native” (electron).
Je pense honnêtement que c’est la meilleure alternative opensource web à Visio / Dia.

@JimboJoe merci pour ton expertise !

trop de chose que je pige pas :confused:

j"ai trouve une information interressante :slight_smile:

Take the built jar from the release and deploy to a servlet engine, like Tomcat.

À toutes fins utiles, draw.io est disponible comme application Nextcloud : https://apps.nextcloud.com/apps/drawio

1 Like

tu me sauve la vie :)à

merci

Bien vu !

Et c’est très pratique, vu que le stockage est géré localement.

Mais du coup, on n’a plus besoin de la partie serveur ?
Est-ce qu’on pourrait héberger via Yunohost un client, et l’intégrer à Nextcloud ?

1 Like