Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Select the DATAFARI_SRC folder as root directory and click Finish. 

Change the permissions of the following folders :

Code Block
chmod -R 777 /opt/datafari 
chmod -R 700 /opt/datafari/pgsql

To add access rights to any user on datafari installation folder. Be careful : this should be done only for the development environment and should be avoided for a production deployment!

3. Set up your Docker environment

...