Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Acsenv allows you to deploy acs development environments with ease. It can set up:

  • one or more virtual machines, all of them connected to the same internal network
  • one or more docker containers, all of them connected to same network

Virtual Machines requires more computers resources. At a minimum, each VM should be at least 4GB (4096) of memory, to allow for ACS to run. So be careful that the amount of VM resources matches the ones available on you local host. Though VM are slower to spin up and consumes your resources, they are great to provide isolation and are able to truly build up the final environment your application will run. Along with it, VM are able to display your graphical applications, so anything related to GUI a VM is your tool.

On the other hand, light weight development environments can be created through Docker. That setup comes handy when you need to edit files and perform compilation from command line. Docker containers are great to run your TAT tests. Your development cycle can be speed up through the use of containers.P


How it works?


Development Workflow

...

Warning: acs needs at least 4GB (4096MB) of memory.



Setting up your development environment


Once the


VPN Install on Centos 7 VM

...