Content

                                                  Content How to create an AWS free Account? Lab 1: To launch amazon Linux EC2 instance Lab 2: To Connect to the instance from Linux client Operating System Lab 3:To Launch amazon windows instance Lab 4: Installing apache in EC2 instance Lab 5: Installing Nginx in EC2 instance Lab 6: Changing Host Name Lab 7: Creating a user and making as a sudoer Lab 8:Assigning an Elastic ip Lab 9:Creating ebs,attach and detach the volumn to the instance Lab 10:Creating an S3 Bucket and creating cross replication in another region Lab 11:Load Balancer Lab 12:Two instances with Application Load Balancer Lab 13:Launching two instances with load Balancer Lab:14 Creating Own VPC  Lab 15: Two instances which classic load Balance with own VPC Lab 16:Two instances with Application load Balancer with own VPC Lab 17: Relational Data B...

MAVAN ARCHITECTURE

MAVAN ARCHITECTURE

Mavan includes jar files or war files,pom.xml,plugins jarfiles,surefile,Release,project Documentation,mavan code,source code,libries,test scripts,Build Reports,Build process,Build file (MAVAN/ANT),Deploying Artifacts.

1.So first configured Mavan.You need to use POM.It was stored in pom.xml file.

2.Plugins includes all configuration setting and related to mavan.Plugins can be configured and edit <plugin tag> in pom.xml.Developer can use any type of plugin.

3.When user start working with mavan.It provides default configured setting.User does not add every configuration pom.xml

Mavan processing Steps:

1.Add/write code create application process that Source Code Repositries.

2.Edit configuration setting/pom.xml/plugin details.

3.Build the application.

4.Save and Build process output such as war file or jar files on local repository or server

5.Get the file from local repository or server.Deploy the file from production site.

 6.Client site update application document with date and updated version,number of  application.

 


Comments

Popular posts from this blog

Lab 21:Installing docker in instance and build an image

Lab 22:Pushing a docker image to docker hub

Lab 5: Installing Nginx in EC2 instance