...
And launch the script and indicate your new password , for example if I want to choose datafari as password :(replace $NEW_PASSWORD by the new password)
Code Block |
---|
bash obfuscate.sh datafari$NEW_PASSWORD |
There will be a line that appears. This string is the obfuscated password. Copy it.
...
Change the line PASSWORD= and replace the value with the obfuscated password
7. Edit the file /opt/datafari/tomcat-mcf/conf/mcf-postgres. properties and replace the postgresql password with the obfuscated password :
Code Block |
---|
nano /opt/datafari/tomcat-mcf/conf/mcf-postgres.properties |
Change the line PASSWORD= and replace the value with the obfuscated password
8. Start Datafari
Code Block |
---|
cd /opt/datafari/bin bash start-datafari.sh |
...