PeerTube: Difference between revisions
imported>Onny mNo edit summary |
|||
(2 intermediate revisions by 2 users 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 65: | Line 66: | ||
After that open http://peertube.local:9000 in your browser to access PeerTube. The default administrator username is <code>root</code>. The initial password will be logged into the system journal, see the output of <code>journalctl -u peertube</code>. | After that open http://peertube.local:9000 in your browser to access PeerTube. The default administrator username is <code>root</code>. The initial password will be logged into the system journal, see the output of <code>journalctl -u peertube</code>. | ||
[[Category:Web Applications]] | |||
[[Category:Server]] |