-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathREADME
46 lines (31 loc) · 996 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
========================
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 <[email protected]>
Contributors:
Ramaze stack - Pistos
LigHTTPD stack - Brendan Almonte <Phobos>