Skip to content

Kartstig/fab-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fabric Deploy

Installation

Ubuntu

$ sudo apt-get install python python-pip fabric

Install Jinja for templating

$ pip install Jinja2

Running Fabric

Install your favorite debian VM

Set up APT proxies in /etc/apt/apt.conf

Acquire::http::Proxy "http:://myproxy:myport";
Acquire::https::Proxy "http:://myproxy:myport";
Acquire::ftp::Proxy "http:://myproxy:myport";

Install openssh-server

sudo apt-get install openssh-server

Target your VM in the hosts file

env.host = [ <user>@ip.ad.re.ss ]

Run Fabric!

fab deploy

About

Deploy script to set up a rails env with Oracle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages