Indico : Différence entre versions

De Asso Val Libre
Aller à : navigation, rechercher
(Tentative git)
(Tentative virtualenv)
Ligne 50 : Ligne 50 :
 
   42  source ./bin/activate
 
   42  source ./bin/activate
 
   43  pip install reportlab PIL
 
   43  pip install reportlab PIL
  44  easy_install indico
 
  45  apt-get install libxslt-dev
 
  46  apt-get install libxslt-dev libffi-dev
 
 
   47  apt-get install libxslt-dev libffi-dev lib32z1-dev
 
   47  apt-get install libxslt-dev libffi-dev lib32z1-dev
 
   48  apt-get install cython
 
   48  apt-get install cython
 
   49  easy_install indico
 
   49  easy_install indico
  50  apt-get install libxslt-dev libffi-dev lib32z1-dev redis-server
 
  51  apt-get install libxslt-dev libffi-dev  redis-server
 
  52  apt-get install libxslt-dev libffi-dev  redis-server  zlib1g-dev
 
 
   53  apt-get install libxslt-dev libffi-dev  redis-server  zlib1g-dev  libsasl2-dev  
 
   53  apt-get install libxslt-dev libffi-dev  redis-server  zlib1g-dev  libsasl2-dev  
 
   54  easy_install indico
 
   54  easy_install indico
Ligne 64 : Ligne 58 :
 
   56  easy_install indico
 
   56  easy_install indico
 
   57  indico_initial_setup  
 
   57  indico_initial_setup  
  58  zdaemon -C /opt/indico/etc/zdctl.conf start
 
 
   59  nano /opt/indico/etc/zdctl.conf
 
   59  nano /opt/indico/etc/zdctl.conf
  60  indico_shell --web-server --port=80
 
  61  apt-get install apache2
 
  62  apt-cache policy apache2
 
  63  apt-get install apache2
 
  64  indico_shell --web-server --port=80
 
  65  service apache2 stop
 
  66  indico_shell --web-server --port=80
 
  67  ls
 
  68  file -i  bin/indico_shell
 
  69  more  bin/indico_shell
 
 
   70  zdaemon -C /opt/indico/etc/zdctl.conf start
 
   70  zdaemon -C /opt/indico/etc/zdctl.conf start
 
   71  nano  /opt/indico/etc/zdctl.conf  
 
   71  nano  /opt/indico/etc/zdctl.conf  
 
   72  runzeo -C /opt/indico/etc/zodb.conf
 
   72  runzeo -C /opt/indico/etc/zodb.conf
 
   73  bg
 
   73  bg
   74  indico_shell --web-server --port=80
+
   74  indico_shell --web-server --port=xxxx
   75  bg
+
   * Using BaseURL http://localhost:xxxx/indico
 +
  * Running on http://localhost:xxxx

Version du 16 février 2016 à 13:03

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