install server for davinci resolve
Install Server for DaVinci Resolve
🛠️ Installation Steps:
git clone https://github.com/ArduinoDenis/install-server-for-davinci-resolve.git && cd install-server-for-davinci-resolve/ && chmod 700 installer.sh && ./installer.shlisten_addresses = '*'local all admin md5host all all 0.0.0.0/0 trustcreate role admin with login superuser createdb createrole inherit replication connection limit -1 password 'admin';ALTER USER postgres PASSWORD 'ubuntu';exitLast updated