...
Code Block |
---|
\q |
34. We need to have the password obfuscated for MCF so go to /opt/datafari/mcf/mcf_home/obfuscation-utility
...
There will be a line that appears. This string is the obfuscated password. Copy it.
45. Edit the file /opt/datafari/mcf/mcf_home/properties-global.xml and replace the postgresql password with the obfuscated password :
...
Change the line <property name="org.apache.manifoldcf.dbsuperuserpassword.obfuscated" and replace the value with the obfuscated password
56. Edit the file /opt/datafari/tomcat/conf/mcf-postgres.properties and replace the postgresql password with the obfuscated password :
...
Change the line PASSWORD= and replace the value with the obfuscated password
67. Edit the file /opt/datafari/tomcat-mcf/conf/mcf-postgres.properties and replace the postgresql password with the obfuscated password :
...
Change the line PASSWORD= and replace the value with the obfuscated password
78. Start Datafari
Code Block |
---|
cd /opt/datafari/bin bash start-datafari.sh |
...