bagaimana menginstal vimp

Upload: bayu-raharjo

Post on 18-Oct-2015

51 views

Category:

Documents


2 download

DESCRIPTION

Bagaimana menginstal VIMP

TRANSCRIPT

Bagaimana menginstal VIMP? (VIMP 2.6 dan kemudian) Edisi: Komunitas, Professional, Enterprise, Perusahaan Ultimate, Perusahaan Versi: 2.6.0 + Setelah Anda berhasil menginstal hosting untuk server Anda dan alat transcoding Anda siap untuk menginstal VIMP. Meng-upload paket VIMP Semua paket instalasi VIMP memiliki nomenklatur sebagai berikut: vimp.framework---installer.bin

Upload paket instalasi via SFTP ke folder VIMP instalasi Anda, misalnya / var / www / dalam contoh berikut. Keuntungan dari SFTP adalah bahwa kita tidak perlu menginstal server FTP pada server. Jika klien FTP Anda tidak mendukung SFTP kami sarankan untuk menggunakan Filezilla Client gratis.

Login sebagai root melalui shell (misalnya Putty) setelah itu, ubah ke dalam folder instalasi dan mengatur hak akses untuk mengeksekusi file instalasi:cd /var/www

chmod +x vimp.framework---installer.bin

Instalasi VIMP Script instalasi interaktif pertama memeriksa persyaratan sistem dan meminta Anda untuk memasukkan parameter yang diperlukan. Ini kemudian menciptakan semua file untuk VIMP, set up database, memasukkan data dasar ke dalam database dan menyesuaikan file permissions. Mari kita mulai script:./vimp.framework---installer.bin

Pertama, Anda diminta untuk memasukkan atau mengkonfirmasi jalur instalasi. Nilai default adalah direktori saat ini (menemukannya dalam tanda kurung siku [...]).Install path [/var/www]:

To use the default value justpress Return.

Directory "/var/www" is not empty.

Really use it? [Y/n]:

Because the folder already contains the installation script, it is not empty. Simply confirm the question withReturn. The capital letter within the square brackets (e.g. [Y/n]) is always the default value that will be entered by only pressing . Enteringn will abort the script here.

Next, the installer checks the system requirements. If you followed all instructions so far, a typical output should look like this:

Starting Installer ...

>> OK PHP version is at least 5.2.7 (5.3.3-7+squeeze14)

>> OK PHP version is not 5.2.9

>> OK DOM extension is installed

>> OK XML extension is installed

>> OK XSL extension is installed

>> OK Tokenizer extension is installed

>> OK Multibyte String extension is installed

>> OK iconv extension is installed

>> OK Posix extension is installed

>> OK GD extension is installed

>> OK cUrl extension is installed

>> OK mysql extension is installed

>> OK mcrypt extension is installed

>> OK PDO is installed

>> OK PDO mysql driver is installed

>> INFO PDO has some drivers installed: mysql

>> INFO No database information set

>> OK SourceGuardian extension is installed

>> WARNING Set short_open_tag to off in php.ini

>> OK php.ini has magic_quotes_gpc set to off

>> OK php.ini has register_globals set to off

>> OK php.ini has safe_mode set to off

>> OK php.ini has session.auto_start set to off

>> OK php.ini has file_uploads set to on

>> OK php.ini has allow_url_fopen set to on

>> OK php.ini has register_argc_argv set to on

>> OK php.ini has set memory_limit not equal to -1

>> OK php.ini has set memory_limit greater or equal than 512M

>> OK php.ini has set memory_limit lesser than 2G

>> OK php.ini has set post_max_size greater or equal than 100M

>> OK php.ini has set post_max_size lesser than 2G

>> OK php.ini has set upload_max_filesize greater or equal than 100M

>> OK php.ini has set upload_max_filesize lesser than 2G

>> OK mplayer is installed

>> OK mencoder is installed

>> OK ffmpeg is installed

>> OK flvtool2 is installed

>> OK qt-faststart is installed

>> INFO Version: dev (r20664)

>> INFO Edition: COMMUNITY

>> INFO OS: Linux 2.6.32-5-amd64 #1 SMP Mon Feb 25 00:26:11 UTC 2013

>> INFO Memory: 2PB

Continue? [Y/n]:

Only ERROR messages block the installation and would abort the installation script. Confirm, and you're asked questions about the configuration of ViMP:

>> install Copying files ...

>> config Server configuration

Server user [www-data]:

Server group [www-data]:

Accept the pre-filled values [www-data] for Debian.baseddistributions (e.g. Debian, Ubuntu) or enter the according distribution-specific user and group for the Apache webserver.

Note a specialty for plesk installations: Always enter your FTP user name as server user and psacln as server group.

Let's continue with the data for your already created database:

>> config Database configuration

Database host [localhost]:

Database port [3306]:

Database name []: DATENBANKNAME

Database user []: DATENBANKBENUTZER

Database password []: DATENBANKPASSWORT

Host and port default values are already pre-filled. Enter database name, user and password in addition.

>> config Defaults

Default language [en]:

Possible values for the default language are tokens and names according to ISO 639-1 http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes of the installed languages (according tofile languages.yml). Default: German (de), English (en).

Default country []:

Possible values for the default country are tokens and names according to ISO 3166-1 Alpha2 http://en.wikipedia.org/wiki/ISO_3166-1, e.g. DE for Germany, US for the United States,GB for United Kingdom.

Maximum upload filesize [100MB]:

This value defines the maximum upload file size (can be modified in the ViMP configuration later). Next the paths of the transcoding tools are set up:

>> config Transcoding tools paths

Detect transcoding tools automatically? [Y/n]:

mplayer path [/usr/bin/mplayer]:

mencoder path [/usr/bin/mencoder]:

ffmpeg path [/usr/bin/ffmpeg]:

flvtool2 path [/usr/bin/flvtool2]:

faststart path [/usr/bin/qt-faststart]:

In case you already installed the transcoding tools, just confirm the automatic detection. The correct paths should appear in the square brackets. Accept them by pressing Return. Of course you can enter deviating paths, e.g. if you installed a tool twice and want to use the other one.

Finally you're asked to enter several data of your video portal:

>> config Portal configuration

Web address [http://testhosting.deb]: http://meinedomain.tld

Portal e-mail address [[email protected]]: [email protected]

Portal name [ViMP]: Name meines Portals

>> config Portal description

Portal title [Portalbeschreibung]: Titel meines Portals

Portal description [Portalbeschreibung]: Beschreibung meines Portals

Portal keywords []: keyword1, keyword2

Now the installation starts and should end like follows:

>> chmod 777 /var/www/data/web/uploads/assets

>> update Check installed modules

>> config Save configuration

root@debian-6-64:/var/www/data#

Next the cronjob for the video conversion has to be created. Therefore open the crontab:

crontab e

Insert the following line and save the file afterwards:

*/1 * * * * /var/www/data/scripts/sync_new_uploads.sh > /dev/null 2>&1

Important: Close the line with "Return/Enter". There must be at least one more blank line below the entry.

The script is called every minute. If there are no new files available the script terminates automatically.

ViMP is now installed and ready to use! Entertheyour domain intoyour browser to test the installation.

Last update on 12.11.2013 by Admin.

_1451579380.unknown

_1451579411.unknown

_1451579306.unknown