SÍNTESI 25 | SAIA

BASIC OS CONFIGURATION

Since the configurations we are setting up need to be duplicated, we are using a method that allows us to create machines without having to go through the entire installation process from scratch. In our case, we are using the Vagrantfile.

Permissions
Regarding permissions, only the root and admin users will have full access to everything.
To configure this through the Vagrantfile, we included the following Vagrant configuration lines:

Leave a Comment