Navigation Menu

Skip to content

Commit

Permalink
Reorganised installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Charl van Niekerk committed Jun 29, 2011
1 parent a4a6135 commit 9668e9d
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Expand Up @@ -26,6 +26,14 @@ SwiftMeme is a source discovery and keyword monitoring tool for tracking memes o

## Ubuntu Installation Instructions

### Automatic

Execute the following as `root`:

`curl https://raw.github.com/ushahidi/SwiftMeme/master/deploy/ubuntu/install.sh | bash`

### Manual

1. Install the necessary Ubuntu packages.
`apt-get install apache2 libapache2-mod-wsgi memcached python-pip git-core`

Expand All @@ -50,12 +58,6 @@ SwiftMeme is a source discovery and keyword monitoring tool for tracking memes o
8. Open the configuration file in vim.
`vim /var/www/swiftmeme/api/config.py`

## Rackspace Deployment Instructions

1. Create a server of type: Ubuntu 10.10 (Maverick Meerkat)
2. SSH into the new server as root.
3. Execute: `curl https://raw.github.com/ushahidi/SwiftMeme/master/deploy/ubuntu/install.sh | bash`

## Apache Configuration

<VirtualHost *:80>
Expand Down

0 comments on commit 9668e9d

Please sign in to comment.