Skip to content
This repository has been archived by the owner on Jan 23, 2018. It is now read-only.

Light-weight script that takes care of the bare necessities

Notifications You must be signed in to change notification settings

fabrique/ubuntu-boilerplate

 
 

Repository files navigation

b# Ubuntu Boilerplate

This is a fabfile script designed to get the bare-necessities ready for server deployment. It is tailored for use with newly spun up Rackspace instances, but should work with any Ubuntu server.

Prerequisites

You will need Fabric to run this script.

pip install Fabric

Usage

Simply run the script. It will perform boilerplate installs and prompt you for a couple extras like PostgreSQL and Memcached (default is No for all extras).

fab -H root@<host> install

Example

fab -H [email protected] install

or, to build multiple servers at the same time

About

Light-weight script that takes care of the bare necessities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 86.6%
  • Shell 13.4%