The credentials for this application are:

username: webmaster

password: mnbcxz098321QQZZ

This is an example website deployed using the Agile Deployment Toolkit www.github.com/wintersys-projects .

What this shows is how a pre-configured website can be deployed using the ADT without any need for the person deploying the website to actually do any of the steps to build it for example, choosing and configuring templates, components, modules and plugins.

This is supposed to make it possible for one "company" to develop applications and another "company" to deploy them.

The first company can be the experts in building applications to meet the business needs of the second company and beyond that companies if there are companies who have similar business requirements.

This application is a very simple example of a social network installation and it is built using community builder from Joomlapolis www.joomlapolis.com. I didn't spend any time making it look pretty or doing additional configurations it's quite simply an install of community builder. You could spend time building a highly functional and highly developed installation of community builder which people might be eager to deploy for their own uses.

One of the advantages of my approach for community builder is that as I understand it image and media offloading to an S3 compatible datastore isn't possible with community builder (at the moment). This toolkit makes that possible so that you can have TB of user media rather than the only GB of user media if you use the disk space provided with your hosting package. The way that media offloading is made possible is by making use of s3fs or alternatively goofys to mount the S3 bucket as a local file system directory (usually /var/www/html/images).

Peformance of an S3 mount is acceptable although not as performant as a POSIX filesystem would be.