README.md in pvcglue-0.9.4 vs README.md in pvcglue-0.9.5

- old
+ new

@@ -2,31 +2,34 @@ ###Pico Virtual Cloud The "glue" that creates a tightly integrated (and very small) virtual cloud for your Rails applications. PVC Glue is an cloud application manager for Rails applications using your own (virtual) servers. -PVC Glue was developed as a professional grade replacement for Heroku (and others). +PVC Glue was developed as a professional grade replacement for Heroku (and others). It is +designed to be used on small to medium size applications, depending on the application +requirements and hardware used. ![pvcglue diagram](/../master/images/pvcglue.png?raw=true "PVC Glue Server Diagram") Currently supported stack: * SSL support: none, manual and automatic with Let's Encrypt * Ubuntu 16.04 LTS - * Provision servers automatically on Digital Ocean (and Linode*) + * Provision servers automatically on Digital Ocean and Linode * No need to install anything on servers first (you just need SSH access) * Ruby >= 1.9 (multiple versions supported on same server!) * Rails >= 3.2 * RVM * Postgresql 9.6 * Nginx * Phusion Passenger (>= 5.x) * Memcached* - * Redis* - * Designed to easily support multiple staging environments + * Redis + * Designed to easily manage multiple environments (i.e. alpha, beta, preview, production ...) Workers: + * Sidekiq * Delayed Job* * Rescue* (* Coming soon)