Changes between Version 14 and Version 15 of InstallLenny
- Timestamp:
- 11/08/08 20:58:52 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallLenny
v14 v15 29 29 30 30 == Installing flowplayer == 31 32 - First, we must create the directory /var/www/plumi-flv-files/ and give it the right rights 33 34 {{{ 35 mkdir /var/www/plumi-flv-files/ 36 chown www-data:www-data -R /var/www/plumi-flv-files/ 37 }}} 31 38 32 39 {{{ … … 77 84 }}} 78 85 79 - we must create the directory /var/www/plumi-flv-files/ and give it the right rights 80 81 82 {{{ 83 mkdir /var/www/plumi-flv-files/ 84 chown www-data:www-data -R /var/www/plumi-flv-files/ 85 }}} 86 87 88 - And create the /opt/indytube directory 86 - create the /opt/indytube directory 89 87 90 88
