How I can solve this?
while trying to run installer.sh script generates an alert message , but I can not run the script as root, sudo or submit it to the www -data group .
$ sh installer.sh
.
- info: Created /home/iguazolandia/dreamfactory.iguazoft.com/scripts/log/
DreamFactory Services Platform™ Linux Installer [Mode: Local v1.3.10]
- info: Install user is “xxx”
- error: [ See Below ]***
- error: The install user (iguazolandia) is not in the web user’s group (www-data).
- error:
- error: To fix this, perform one of the following options:
- error:
- error: 1. Run this script again but: with sudo; as root; or as the system’s web user (www-data)
- error:
- error: – or –
- error:
- error: 2. Add your user to the system’s web user’s group (www-data):
- error: a. Via command line: sudo usermod -a -G www-data iguazolandia
- error: b. Manually edit the /etc/group file (not recommended)