|
a |
|
b/INSTALLING.EC2 |
|
|
1 |
create instance: Getting Started on Fedora Core 8 (AMI Id: ami-3c47a355)
|
|
|
2 |
|
|
|
3 |
---
|
|
|
4 |
s
|
|
|
5 |
yum install gcc
|
|
|
6 |
yum -y install git mercurial
|
|
|
7 |
yum -y install tcsh scons gcc-c++ glibc-devel
|
|
|
8 |
yum -y install boost-devel pcre-devel js-devel readline-devel
|
|
|
9 |
yum -y install boost-devel-static readline-static ncurses-static
|
|
|
10 |
yum -y install scons
|
|
|
11 |
yum -y install python-setuptools python-setuptools-devel
|
|
|
12 |
yum -y install erlang
|
|
|
13 |
ln -s /usr/lib/erlang/bin/escript /usr/bin/escript
|
|
|
14 |
#yum install rabbitmq-server
|
|
|
15 |
hg clone http://hg.rabbitmq.com/rabbitmq-codegen
|
|
|
16 |
hg clone http://hg.rabbitmq.com/rabbitmq-server
|
|
|
17 |
cd rabbitmq-server
|
|
|
18 |
make
|
|
|
19 |
cd ..
|
|
|
20 |
git clone git://github.com/mongodb/mongo.git
|
|
|
21 |
cd mongo
|
|
|
22 |
scons all
|
|
|
23 |
scons --prefix=/opt/mongo install
|
|
|
24 |
cd ..
|
|
|
25 |
|
|
|
26 |
---
|
|
|
27 |
|
|
|
28 |
copy geek.net keys to ~/.ssh
|
|
|
29 |
|
|
|
30 |
follow wolf's standard installation & run instructions
|
|
|
31 |
|