PeerTube: Difference between revisions

Klinger (talk | contribs)
m Category:Applications
Klinger (talk | contribs)
 
(One intermediate revision by one other user not shown)
Line 48: Line 48:
       CREATE DATABASE peertube_local TEMPLATE template0 ENCODING UTF8;
       CREATE DATABASE peertube_local TEMPLATE template0 ENCODING UTF8;
       GRANT ALL PRIVILEGES ON DATABASE peertube_local TO peertube_test;
       GRANT ALL PRIVILEGES ON DATABASE peertube_local TO peertube_test;
      ALTER DATABASE peertube_local OWNER TO peertube_test;
       \connect peertube_local
       \connect peertube_local
       CREATE EXTENSION IF NOT EXISTS pg_trgm;
       CREATE EXTENSION IF NOT EXISTS pg_trgm;
Line 67: Line 68:




[[Category:Applications]]
[[Category:Web Applications]]
[[Category:Server]]