araddon / demisauce
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
8dd2d03
Aaron Raddon (author)
Sat Jan 24 07:12:36 -0800 2009
commit 8dd2d032e847fbbe67b0a1b4e921f73197ea240c
tree a572eb3f0964aa9c765eb43cc15d3f6fc225f979
parent 280b65e3ad0234dd0c55258f7cf72125777b1bfb
tree a572eb3f0964aa9c765eb43cc15d3f6fc225f979
parent 280b65e3ad0234dd0c55258f7cf72125777b1bfb
demisauce / install
| name | age | message | |
|---|---|---|---|
| .. | |||
| |
README.rst | ||
| |
ec2/ | ||
| |
install.sh | ||
| |
install_demisauce.sh | ||
| |
install_initd.sh | ||
| |
start_ec2.py |
install/README.rst
This is the main installer and it is assumed you are doing a server install, or on a VMWare. As Demisauce is meant to be services used by your app, the recommended install is in vm/kvm/xen for development, not onto your actual machine.
Installation and Setup EC2 or Ubuntu VM
This installation uses Ubuntu JEOS
Get Ubuntu JEOS and start the install by doing updates and adding SSH and wget:
apt-get update apt-get install openssh-server wget
Get Demisauce Installer using wget or just copy text.
Copy to /tmp/install.sh and run:
cd /tmp wget http://github.com/araddon/demisauce/raw/master/install/install.sh chmod +x install.sh ./install.sh
EC2 Install
Assuming you have the path/to/demisauce/install folder
Run this from a command line:
python start_ec2.py amazon_access_key secret_access_key

