...
Code Block |
---|
yum -y install wget
yum -y install tar |
Create user and group
This will create the user and group for running portrait
Code Block |
---|
groupadd -r portrait-group && useradd -r -g portrait-group portrait |
And set the password for user:
Code Block |
---|
passwd portraitunzip |
Setup Portrait
From here it’s basically following the setup procedure for portrait: See Install Portrait.
...