jeff1evesque / iScanner

Backend iOS, and Android logic for facial, and iris recognition
1 stars 0 forks source link

Install minimal gnome UI via Vagrant-Puppet 'default.pp' #13

Closed jeff1evesque closed 9 years ago

jeff1evesque commented 9 years ago

We will install a minimal gnome UI for the Ubuntu Server.

jeff1evesque commented 9 years ago

The gnome UI is not required, and can be removed from default.pp. We will simply make changes from the host, and reprovision with the vagrant reload command, when needed. This will be made possible when the VM instance implements port forwarding.

jeff1evesque commented 9 years ago

This is not a web-application. Therefore, port forwarding is not necessary, and the gnome UI can be kept (for development).

jeff1evesque commented 9 years ago

This application currently is a development of back-end C++ code. Therefore, everything can be accomplished within a terminal. If more then one terminal window is needed, we can simply SSH into the VM as follows:

vagrant ssh 

Note: if multiple VM exists, then the machine name must be provided vagrant ssh <name>.

Therefore, the gnome UI can be removed.