mario / webbies-fireplace

Server deployment made a cookie

This URL has Read+Write access

mario (author)
Sun Dec 28 15:49:24 -0800 2008
commit  b3ebfbafcb5b8f15c97e4e839a235566b3e2bb1d
tree    183b4d5d71fe6946d94ecf12a5512f9767f3b1c1
parent  a559b36d87735319f1c156cba109698f464b5bbe
name age message
file COPYING Sun Dec 14 13:53:00 -0800 2008 Licence file [mario]
file COPYRIGHT Mon Dec 15 00:08:19 -0800 2008 Added copyright file [mario]
file README Tue Dec 23 10:37:48 -0800 2008 Added lighttpd stack Signed-off-by: mario <mar... [Brendan Almonte]
file fireplace-beta.sh Tue Dec 23 11:50:40 -0800 2008 Fix grammar because Phobos cant write [mario]
file fireplace.sh Tue Dec 23 10:37:48 -0800 2008 Added lighttpd stack Signed-off-by: mario <mar... [Brendan Almonte]
directory gitosis-stack/ Tue Dec 23 08:19:42 -0800 2008 Automate ufw installation - todo: implement ufw... [mario]
directory grails-stack/ Tue Dec 23 08:19:42 -0800 2008 Automate ufw installation - todo: implement ufw... [mario]
directory lamp-stack/ Sun Dec 28 15:49:24 -0800 2008 Exec bit again :P [mario]
directory lighttpd-stack/ Wed Dec 24 01:25:10 -0800 2008 Fixed Exec bit on build-lighttpd caused by edit... [mario]
directory mysql-stack/ Tue Dec 23 08:19:42 -0800 2008 Automate ufw installation - todo: implement ufw... [mario]
directory postgresql-stack/ Tue Dec 23 08:19:42 -0800 2008 Automate ufw installation - todo: implement ufw... [mario]
directory ramaze-stack/ Tue Dec 23 07:03:58 -0800 2008 Changed from bash to sh to appease pygi. :) S... [Pistos]
directory subversion-stack/ Tue Dec 23 07:22:48 -0800 2008 Switched to sh instead of bash [mario]
directory trac-stack/ Tue Dec 23 08:19:42 -0800 2008 Automate ufw installation - todo: implement ufw... [mario]
directory utils/ Tue Dec 23 07:22:48 -0800 2008 Switched to sh instead of bash [mario]
README
========================
Webbies fireplace
========================

A set of server deployment scripts, initially targeted
at Webby's, but should work anywhere.

To get started with deployment, grab the stacks using either git or wget:

# With git:
git clone git://github.com/mario/webbies-fireplace.git

# With wget:
wget -O webbies-fireplace.tar.gz http://github.com/mario/webbies-fireplace/tarball/master

Then, pick a stack, and build it:

export STACK=ramaze-stack
cd webbies-fireplace/$STACK
./build-$STACK.sh

Alternatively, you can:

cd webbies-fireplace
./fireplace.sh

And pick a stack there!

-----------------------
Installing git:
-----------------------

In case you don't have git installed:

Debian/Ubuntu: sudo apt-get update && sudo apt-get install git-core
Fedora: yum install git-core
openSUSE: zypper install git

-----------------------

Current maintainer:
Mario Danic <mario.danic@gmail.com>

Contributors:
Ramaze stack - Pistos
LigHTTPD stack - Brendan Almonte <Phobos>