diff options
| author | yo mama <pepper@scannerjammer.com> | 2015-04-04 01:11:47 -0700 |
|---|---|---|
| committer | yo mama <pepper@scannerjammer.com> | 2015-04-04 01:11:47 -0700 |
| commit | a736da57f084017ac17e06cd9db19b1fd166e1a6 (patch) | |
| tree | 55a9e83b31f6bdc176731125de0cc42668daf988 /Readme.md | |
first
Diffstat (limited to 'Readme.md')
| -rwxr-xr-x | Readme.md | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/Readme.md b/Readme.md new file mode 100755 index 0000000..0ea3c7f --- /dev/null +++ b/Readme.md @@ -0,0 +1,46 @@ +Apache site config example: + + <VirtualHost local.asdf.us> + DocumentRoot "/home/developer/projects/video_embed" + ServerName local.asdf.us + + <Directory "/home/developer/projects/video_embed"> + Options Indexes MultiViews FollowSymLinks + AllowOverride All + Order allow,deny + Allow from all + Options ExecCGI + AddHandler cgi-script .cgi + </Directory> + + </VirtualHost> + + +dependencies: + + apache mods: + - cgi + - cgid + + php: + curl (sudo apt-get install php5-curl) + + application: + youtube-dl (original) (sudo apt-get install youtube-dl) + + +bash settings: + + - When call youtube-dl from bash should be used original(!) youtube-dl + + +acceess: + + - rwx-access for /cache dir + +Install vendors: + + - git clone https://github.com/pepperpepperpepper/youtube-dl to /protected/vendor/ + + + |
