Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ajs6f committed Jun 13, 2013
1 parent 92c74e2 commit b807c44
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
@@ -1,12 +1,22 @@
This Puppet script starts an AWS EC2 instance, then deploys fcrepo-kitchen-sink to a stand-alone Tomcat7 application server.

Note, this script has only been tested on Ubuntu 12.10.
Note, this script has only been tested on Ubuntu 12.10 and Mac OS X 10.6.

To run this script:
### 1. Install the following packages

### 1. Install the following software:
* For Ubuntu:
```bash
sudo apt-get install cloud-utils puppet-common git ec2-api-tools -y
```
* For Mac OS X:
1. We will assume you have Git already installed.
2. First, install Puppet via [the official installers](http://docs.puppetlabs.com/guides/installation.html#mac-os-x)
3. Retrieve the unofficial source for cloud-init/cloud-utils [here](https://github.com/lovelysystems/cloud-init)
and install it via:
```python setup.py build
sudo python setup.py install```
4. DO stuff

### 2. Put your AWS credentials in the file: ~/.awssecret, in the form:
> export AWS_ACCESS_KEY=[your-aws-access-key]
Expand Down

0 comments on commit b807c44

Please sign in to comment.