Indico

De Asso Val Libre
Aller à : navigation, rechercher
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

Tentative virtualenv

 36  apt-get install python-dev
  37  apt-get install python-dev python-virtualenv 
  38  virtualenv indico-prod
  39  cd indico-prod/
  40  ls
  41  mkdir data
  42  source ./bin/activate
  43  pip install reportlab PIL
  47  apt-get install libxslt-dev libffi-dev lib32z1-dev
  48  apt-get install cython
  49  easy_install indico
  53  apt-get install libxslt-dev libffi-dev  redis-server  zlib1g-dev  libsasl2-dev 
  54  easy_install indico
  55  export http_proxy=http://137.121.1.26:3128
  56  easy_install indico
  57  indico_initial_setup 
  59  nano /opt/indico/etc/zdctl.conf
  70  zdaemon -C /opt/indico/etc/zdctl.conf start
  71  nano  /opt/indico/etc/zdctl.conf 
  72  runzeo -C /opt/indico/etc/zodb.conf
  73  bg
  74  indico_shell --web-server --port=xxxx
  * Using BaseURL http://localhost:xxxx/indico
  * Running on http://localhost:xxxx