This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
COPYING | Sun Dec 14 13:53:00 -0800 2008 | |
| |
COPYRIGHT | Mon Dec 15 00:08:19 -0800 2008 | |
| |
README | Tue Dec 23 10:37:48 -0800 2008 | |
| |
fireplace-beta.sh | Tue Dec 23 11:50:40 -0800 2008 | |
| |
fireplace.sh | Tue Dec 23 10:37:48 -0800 2008 | |
| |
gitosis-stack/ | Tue Dec 23 08:19:42 -0800 2008 | |
| |
grails-stack/ | Tue Dec 23 08:19:42 -0800 2008 | |
| |
lamp-stack/ | Sun Dec 28 15:49:24 -0800 2008 | |
| |
lighttpd-stack/ | Wed Dec 24 01:25:10 -0800 2008 | |
| |
mysql-stack/ | Tue Dec 23 08:19:42 -0800 2008 | |
| |
postgresql-stack/ | Tue Dec 23 08:19:42 -0800 2008 | |
| |
ramaze-stack/ | Tue Dec 23 06:56:41 -0800 2008 | |
| |
subversion-stack/ | Tue Dec 23 07:22:48 -0800 2008 | |
| |
trac-stack/ | Tue Dec 23 08:19:42 -0800 2008 | |
| |
utils/ | Tue Dec 23 07:22:48 -0800 2008 |
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>







