Skip to content

Commit

Permalink
Updated README to reflect new gzip, expires and etag header changes
Browse files Browse the repository at this point in the history
  • Loading branch information
benschwarz committed Mar 17, 2009
1 parent 135ee83 commit 42399f0
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,24 @@ From your local system (from the passenger-stack directory), run:
After you've waited for everything to run, you should have a provisioned slice.
Go forth and install your custom configurations, add vhosts and other VPS paraphernalia.

### My app isn't running!?

No superfluous configuation is included, these scripts focus purely on slice installation.
Having said that passenger is configured to work with apache, your application should pretty much be a 'drop in' install.

Read [these tips](http://github.com/benschwarz/passenger-stack/wikis/my-app-isnt-running) to get you humming

Other things you should probably consider:

* Close everything except for port 80 and 22
* Disallow password logins and use a passphrased RSA key

### My app isn't running

Read [these tips](http://github.com/benschwarz/passenger-stack/wikis/my-app-isnt-running) to get you humming

### Wait, what does all this install?

* Apache (Apt)
* Scripts and stylesheets are compressed using mod_deflate
* ETags are applied to static assets
* Expires headers are applied to static assets
* Ruby Enterprise (Source) [includes rubygems]
* Passenger (Rubygem)
* Memcached (Apt)
Expand Down

0 comments on commit 42399f0

Please sign in to comment.