-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.txt
More file actions
33 lines (19 loc) · 1.2 KB
/
install.txt
File metadata and controls
33 lines (19 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
OpenBroadcaster - Server Installation Instructions
More info at https://wiki.openbroadcaster.com
These instructions are an alternative to using ob.installer.sh.
*** After install, log in as user with Admin privileges and then run https://YOUR_IP/updates ***
Note: When using special characters in the password, they need to use single quotes instead of double quotes when they echo the string
1. See dependencies.txt for server dependencies. Mostly PHP/MySQL related, but
a few things to support transcoding and media identification.
2. Copy server files to a web environment (web document root).
3. Import db/dbclean.sql to a database.
4. Copy config.sample.php to config.php, and edit as necessary.
5. Ensure media storage directories are writable by the web server.
6. In the web document root, create 'assets' and 'assets/uploads' directories.
These directories should be writable by the web server.
7. The database import includes one user. The username is admin. The password
must be updated:
php tools/password_change.php admin newpassword
8. Log into OpenBroadcaster as admin, and access http://ob_install_url/updates/ to
verify your installation and run any required updates.
-EOF-