The idea of the ramp up is to have a scalable way to activate a software feature slowly so that the scale is handled.
If you have let say 10 million users and you want to launch a most wanted feature.
Comment installer le tweetwall de la cantine ?
C'est parti:
$ virtualenv venv $ source venv/bin/activate $ pip install -r requirements.txt
This is a condensed step-by-step guide on how to install Marketplace with all its co-servers (redis, ES, Rabittmq, MySQL etc)
More on Marketplace/Zamboni: http://zamboni.readthedocs.org/
This is a condensed step-by-step guide on how to install Marketplace with all its co-servers (redis, ES, Rabittmq, MySQL etc)
More on Marketplace/Zamboni: http://zamboni.readthedocs.org/
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- # | |
import os, sys, argparse, string | |
from pelican import __version__ | |
TEMPLATES={ | |
'Makefile' : ''' | |
PELICAN=$pelican | |
PELICANOPTS=$pelicanopts |
#!/usr/bin/env python | |
# -*- coding:utf-8 -*- | |
# Author: Christophe Narbonne | |
# Contrib: Alexis Metaireau | |
from commands import getoutput | |
from multiprocessing import Process | |
from os import system | |
from time import sleep |