2012-05-07 17:08:58 +04:00
< !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/html; charset=utf-8" / >
< title > Installation la plus simple — 0bin 0.1 documentation< / title >
< link rel = "stylesheet" href = "../_static/default.css" type = "text/css" / >
< link rel = "stylesheet" href = "../_static/pygments.css" type = "text/css" / >
< script type = "text/javascript" >
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
VERSION: '0.1',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
< / script >
< script type = "text/javascript" src = "../_static/jquery.js" > < / script >
< script type = "text/javascript" src = "../_static/underscore.js" > < / script >
< script type = "text/javascript" src = "../_static/doctools.js" > < / script >
< link rel = "top" title = "0bin 0.1 documentation" href = "../index.html" / >
< link rel = "next" title = "Installation avec Apache" href = "apache_install.html" / >
< link rel = "prev" title = "Introduction" href = "intro.html" / >
< / head >
< body >
< div class = "related" >
< h3 > Navigation< / h3 >
< ul >
< li class = "right" style = "margin-right: 10px" >
< a href = "../genindex.html" title = "General Index"
accesskey="I">index< / a > < / li >
< li class = "right" >
< a href = "apache_install.html" title = "Installation avec Apache"
accesskey="N">next< / a > |< / li >
< li class = "right" >
< a href = "intro.html" title = "Introduction"
accesskey="P">previous< / a > |< / li >
< li > < a href = "../index.html" > 0bin 0.1 documentation< / a > » < / li >
< / ul >
< / div >
< div class = "document" >
< div class = "documentwrapper" >
< div class = "bodywrapper" >
< div class = "body" >
< div class = "section" id = "installation-la-plus-simple" >
< h1 > Installation la plus simple< a class = "headerlink" href = "#installation-la-plus-simple" title = "Permalink to this headline" > ¶< / a > < / h1 >
2012-05-18 16:29:52 +04:00
< p > Ces solutions sont simples et supportent le traffic d’ un site web personnel.
Pour des solutions plus solides et sécurisées, essayez les installtion Apache
et Nginx.< / p >
< div class = "section" id = "installation-en-10-secondes-si-vous-connaissez-python" >
< h2 > Installation en 10 secondes (si vous connaissez Python)< a class = "headerlink" href = "#installation-en-10-secondes-si-vous-connaissez-python" title = "Permalink to this headline" > ¶< / a > < / h2 >
< p > pip install zerobin
zerobin – host 0.0.0.0 – port 80 – compressed-static # en tant qu’ admin< / p >
< / div >
< div class = "section" id = "installation-en-30-secondes-pour-tous" >
< h2 > Installation en 30 secondes (pour tous)< a class = "headerlink" href = "#installation-en-30-secondes-pour-tous" title = "Permalink to this headline" > ¶< / a > < / h2 >
< ul class = "simple" >
< li > Assurez-vous d’ avoir Python 2.6 ou 2.7 (< cite > python – version< / cite > )< / li >
< li > Télécharger le dernier zip du code source.< / li >
< li > Décompressez tous les fichiers là où vous souhaitez mettre le site.< / li >
< li > Allez dans les dossiers extraits.< / li >
< li > Lancez < cite > python zerobin.py – host 0.0.0.0 – port 80 – compressed-static< / cite >
avec les droits admin.< / li >
< / ul >
< p > Sous ubuntu, une line suffit:< / p >
< div class = "highlight-python" > < pre > wget stuff & & unzip zerobin.zip & & cd zerobin & & sudo python zerobin.py --host 0.0.0.0 --port 80 --compressed-static< / pre >
< / div >
< p > Jetez un oeil aux options de configuration.< / p >
< / div >
< div class = "section" id = "faire-tourner-0bin-en-arriere-plan" >
< h2 > Faire tourner 0bin en arrière plan< a class = "headerlink" href = "#faire-tourner-0bin-en-arriere-plan" title = "Permalink to this headline" > ¶< / a > < / h2 >
< p > 0bin ne vient pas avec un moyen intégré pour le faire. Il y a plusieurs
solutions:< / p >
< p > Pour un petit site:< / p >
< p > Lancer simplement 0bin en processus shell d’ arrière plan. Exemple sous GNU/Linux:< / p >
< div class = "highlight-python" > < pre > nohup python zerobin.py --host 0.0.0.0 --port 80 --compressed-static & < / pre >
< / div >
< p > Ou dans un screen.< / p >
< p > Pour les gros sites Web:< / p >
< ul class = "simple" >
< li > configurer 0bin et Apache;< / li >
< li > configure 0bin avec supervisord (recommandé).< / li >
< / ul >
< div class = "admonition note" >
< p class = "first admonition-title" > Note< / p >
< p > Vous pouvez même utiliser zerobin sur votre réseau local depuis votre portable.< / p >
< p > Assurez vous que votre parefeu ne bloque pas le port, et lancez:< / p >
< div class = "highlight-python" > < pre > python zerobin.py --host 0.0.0.0 --port 8000< / pre >
< / div >
< p > 0bin sera maintenant accessible sur < a class = "reference external" href = "http://your.local.ip.address:8000" > http://your.local.ip.address:8000< / a > .< / p >
< p class = "last" > Ça peut être très un moyen très cool pour partager du code dans une entreprise
ou a un code sprint.< / p >
< / div >
< / div >
2012-05-07 17:08:58 +04:00
< / div >
< / div >
< / div >
< / div >
< div class = "sphinxsidebar" >
< div class = "sphinxsidebarwrapper" >
2012-05-18 16:29:52 +04:00
< h3 > < a href = "../index.html" > Table Of Contents< / a > < / h3 >
< ul >
< li > < a class = "reference internal" href = "#" > Installation la plus simple< / a > < ul >
< li > < a class = "reference internal" href = "#installation-en-10-secondes-si-vous-connaissez-python" > Installation en 10 secondes (si vous connaissez Python)< / a > < / li >
< li > < a class = "reference internal" href = "#installation-en-30-secondes-pour-tous" > Installation en 30 secondes (pour tous)< / a > < / li >
< li > < a class = "reference internal" href = "#faire-tourner-0bin-en-arriere-plan" > Faire tourner 0bin en arrière plan< / a > < / li >
< / ul >
< / li >
< / ul >
2012-05-07 17:08:58 +04:00
< h4 > Previous topic< / h4 >
< p class = "topless" > < a href = "intro.html"
title="previous chapter">Introduction< / a > < / p >
< h4 > Next topic< / h4 >
< p class = "topless" > < a href = "apache_install.html"
title="next chapter">Installation avec Apache< / a > < / p >
< h3 > This Page< / h3 >
< ul class = "this-page-menu" >
< li > < a href = "../_sources/fr/easy_install.txt"
rel="nofollow">Show Source< / a > < / li >
< / ul >
< div id = "searchbox" style = "display: none" >
< h3 > Quick search< / h3 >
< form class = "search" action = "../search.html" method = "get" >
< input type = "text" name = "q" / >
< input type = "submit" value = "Go" / >
< input type = "hidden" name = "check_keywords" value = "yes" / >
< input type = "hidden" name = "area" value = "default" / >
< / form >
< p class = "searchtip" style = "font-size: 90%" >
Enter search terms or a module, class or function name.
< / p >
< / div >
< script type = "text/javascript" > $ ( '#searchbox' ) . show ( 0 ) ; < / script >
< / div >
< / div >
< div class = "clearer" > < / div >
< / div >
< div class = "related" >
< h3 > Navigation< / h3 >
< ul >
< li class = "right" style = "margin-right: 10px" >
< a href = "../genindex.html" title = "General Index"
>index< / a > < / li >
< li class = "right" >
< a href = "apache_install.html" title = "Installation avec Apache"
>next< / a > |< / li >
< li class = "right" >
< a href = "intro.html" title = "Introduction"
>previous< / a > |< / li >
< li > < a href = "../index.html" > 0bin 0.1 documentation< / a > » < / li >
< / ul >
< / div >
< div class = "footer" >
© Copyright 2012, Sam et Max.
Created using < a href = "http://sphinx.pocoo.org/" > Sphinx< / a > 1.1.3.
< / div >
< / body >
< / html >