-
Notifications
You must be signed in to change notification settings - Fork 2
Home
mayank jaglan edited this page Feb 10, 2017
·
10 revisions
Welcome to the Wiki of the Laravel Portal
Theme 1 concentrates on implementing Load Balancing among multiple Laravel Portals across Amazon spot instances. We have used HAProxy to provide a high availability load balancer and proxy server that spreads requests across multiple servers. Memcached is used as a distributed memory caching system to manage sessions and secure the system. The version control mechanism used is Git and we have made the portal easily deployable by implementing Continuous Integration and Continuous deployment.
Note: Image from Source
Some Objectives (see here)
- [Load balance a Laravel Portal] (https://github.com/airavata-courses/spring17-laravel-portal/wiki/Load-Balancing-&-Service-Discovery).
- [Fail Over to other regions in Amazon] (https://github.com/airavata-courses/spring17-laravel-portal/wiki/Load-Balancing-&-Service-Discovery).
- Use distributed cache for session and security management.
- Have a Build and make it IDE and Developer friendly
- Facilitate micro-feature releases
- Easily Deployable.