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 (
commit 08f5ea358a6408de36379013af969b189dca4017
tree cf043757ff444c0a9aa9dce1e50a556084b76366
parent 2b223ecd8cbff349c1c8208565a027b57775d441
tree cf043757ff444c0a9aa9dce1e50a556084b76366
parent 2b223ecd8cbff349c1c8208565a027b57775d441
demisauce / install
| name | age | message | |
|---|---|---|---|
| .. | |||
| |
README.rst | Sat Jan 17 18:27:21 -0800 2009 | |
| |
ec2/ | Sun Jan 04 13:25:56 -0800 2009 | |
| |
install.sh | Sat Jan 17 15:36:33 -0800 2009 | |
| |
install_demisauce.sh | Sat Jan 17 20:57:22 -0800 2009 | |
| |
install_initd.sh | Sun Dec 28 16:11:32 -0800 2008 | |
| |
start_ec2.py | Tue Jan 13 20:24:03 -0800 2009 |
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







