Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 708 Bytes

File metadata and controls

36 lines (23 loc) · 708 Bytes

server-install

Installing server using ansible

Development setup

As many of the services are installed using docker, the development setup use Virtual machine to reproduce the environement. Vagrant project is used to setup up easily this VM.

Ini

vagrant up # Start the vagrant VM 

To manage different configuration, there is a

Warning Be sure that the current vagrant file is the developer onr

diff inventory.ini inventory.ini.vagrant

Update the virtual machine with the new ansible tasks

vagrant provision

Production setup

Warning Be sure that the current vagrant file is the developer onr

diff inventory.ini inventory.ini.prod