예제 #1
0
def install_apache():
    from fabtools.require.service import started
    from fabtools.require.apache import server
    set_hostname('www.example.com')
    server()
    started('apache2')
예제 #2
0
def _install_apache():
    from fabtools.require.service import started
    from fabtools.require.apache import server
    server()
    started('apache2')
예제 #3
0
def _install_apache():
    from fabtools.require.service import started
    from fabtools.require.apache import server
    server()
    started('apache2')