Is there a way to use Accenture DevOps Platform ADOP in the local machine without using any server

+13 votes
I just want to know if there's any way to deploy ADOP on the local machine instead of a server. I was able to deploy it using aws.
Apr 5, 2018 in DevOps & Agile by ffdfd
• 5,550 points
2,849 views

2 answers to this question.

+1 vote

It is definitely possible to deploy ADOP on a local machine, but it is a tad bit harder than doing it on a server. Here's a quickstart guide you can use to get started.

 https://accenture.github.io/adop-docker-compose/docs/quickstart/ 

Do check the prerequisites before getting started. From ADOP documentation:



NB. the instructions will also work in anywhere supported by Docker Machine, just follow the relevant Docker Machine instructions for your target platform and then start at step 3 below and (you can set the VPC_ID to NA).



answered Apr 5, 2018 by DareDev
• 6,890 points
0 votes

Follow these steps:

  • Create a VPC using the VPC wizard in the AWS console by selecting the first option with 1 public subnet.
  • VPC with a Single Public Subnet” page give your VPC a meaningful name and specify the availability zone as ‘a’, e.g. select eu-west-1a from the pulldown.
  • Once the VPC is created note the VPC ID (e.g. vpc-1ed3sfgw)
  • Clone this repository adop-docker-compose and then in a terminal window ans run
  •            $ ./quickstart.sh
  •            Usage: ./quickstart.sh -t aws
                             -m <MACHINE_NAME> 
                             -c <VPC_ID>
                             -r <REGION>(optional)
                             -z <VPC_AVAIL_ZONE>(optional)
                             -a <AWS_ACCESS_KEY>(optional)
                             -s <AWS_SECRET_ACCESS_EY>(optional)
                             -u <INITIAL_ADMIN_USER>
                             -p <INITIAL_ADMIN_PASSWORD>(optional) ...
  • You will need to supply the type of machine to create, a machine name, the target VPC, a username and password
  • you should get the following output  - SUCCESS, your new ADOP instance is ready!
  • Log in using the username and password you specified in the quickstart script.
  • Update the docker-machine security group in the AWS console

Ready to Build the Future of IT? Start with Our DevOps Engineer Course!

answered Jul 27, 2018 by Kalgi
• 52,360 points

Related Questions In DevOps & Agile

+1 vote
2 answers
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Is there a way to configure Docker for Windows to accept a self-signed SSL?

This issue is discussed in the official ...READ MORE

answered Nov 23, 2018 in DevOps & Agile by Tyrion anex
• 8,700 points
9,823 views
+1 vote
1 answer
0 votes
1 answer

permissions related to AWS ECR

if you add allowContainerRegistry: true, kops will add those permissions ...READ MORE

answered Oct 9, 2018 in Kubernetes by Kalgi
• 52,360 points
874 views
+3 votes
2 answers
0 votes
1 answer

Any way to mark commits in git?

You can try and use git tags. Also ...READ MORE

answered May 3, 2018 in DevOps & Agile by DareDev
• 6,890 points
523 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP