示例#1
0
def install_all_components():
    # load plugins
    os.environ[LOCALSTACK_INFRA_PROCESS] = '1'
    bootstrap.load_plugins()
    # install all components
    install_components(DEFAULT_SERVICE_PORTS.keys())
示例#2
0
def install_all_components():
    install_components(DEFAULT_SERVICE_PORTS.keys())
示例#3
0
def install_all_components():
    hooks.install.run()
    # install all components
    install_components(DEFAULT_SERVICE_PORTS.keys())
示例#4
0
def install_all_components():
    # install dependencies - make sure that install_components(..) is called before hooks.install below!
    install_components(DEFAULT_SERVICE_PORTS.keys())
    hooks.install.run()
示例#5
0
文件: install.py 项目: bbc/localstack
def install_all_components():
    install_components(DEFAULT_SERVICE_PORTS.keys())
示例#6
0
def install_all_components():
    # load plugins
    bootstrap.load_plugins()
    # install all components
    install_components(DEFAULT_SERVICE_PORTS.keys())