예제 #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())