Indico : Différence entre versions

De Asso Val Libre
Aller à : navigation, rechercher
Ligne 1 : Ligne 1 :
 +
{{Appli
 +
| name=Indico
 +
| interface=Web
 +
| licence=
 +
| webhome=
 +
| portailfr=N/A
 +
}}
 +
  
 
= Installation =
 
= Installation =

Version du 2 février 2016 à 16:34

FIXME Descriptif
 Copies d'écrans
Les liens ci-dessous sont donnés à titre indicatif et automatiquement générés. Certains peuvent être invalides.
  • [ Site officiel]

youtube

ubuntu-fr

stackoverflow

duckduckgo

guix

launchpad


 ATTENTION: Ne téléchargez jamais un logiciel en dehors de son site officiel de diffusion ou de celui de votre distribution 
            ÉVITEZ les sites dits de téléchargements gratuits


Flatpak
Rechercher si un paquet Flatpak correspondant Indico est disponible à l'adresse ci-dessous
https://flathub.org/apps/search/Indico
Utiliser alors votre magasin de logiciels pour installer le flatpak souhaité[[Category:{{{categorie}}}]]


Installation

L'installation n'est pas très bien documentée, beaucoup d'implicite, contexte supposé.

Tentative python

Debian stable... tentative
 1  apt-file search easy_install
   2  apt-get install apt-file
   3  apt-file update
   4  apt-file search easy_install
   5  apt-get install python-setuptools git
   6  easy_install indico
   9  apt-file search i586-linux-gnu-gcc
  10  apt-cache policy gcc
  11  apt-get install gcc


Scanning acceleration disabled (_speedups not found)!
error: SandboxViolation: chmod('/root/.python-eggs/Pillow-2.6.1-py2.7-linux-i686.egg-tmp/PIL/tmpKGTdG7.$extract', 493) {}

The package setup script has attempted to modify files on your system
that are not within the EasyInstall build area, and has been aborted.

This package cannot be safely installed by EasyInstall, and may not
support alternate installation locations even if you run its setup
script by hand.  Please inform the package's author and the EasyInstall
maintainers to find out if a fix or workaround is available.

Tentative git