Skip to main content

UNKNOWN

Project description

This package contains some common tasks for fabric.

Including:

install mysql

# db_env will prompt for root password and database user password db_env(database=”databasename”, database_user=”databaseuser”)

# Now install the mysql server or client by setting flags install_mysql(server=True, client=True)

# Then create database and user create_database() create_user()

install apache2

from fabric-components/apache import *

# This will install apache and mod wsgi install_apache(mods=[‘list’, ‘of’, ‘enabled’, ‘mod’], disable_sites=[‘default’])

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fabric_components-0.1.1.tar.gz (1.9 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page