PHP Motion Idris Winarno. Requirement Apache + PHP5 + MySQL lame ffmpeg flvtool.

Slides:



Advertisements
Similar presentations
Software untuk EAI. Setting environment variables Set JAVA_HOME Dan masukkan JAVA_HOME/bin ke PATH.
Advertisements

HTTPS/SSL Oleh: Idris Winarno. Persiapan Pastikan repository debian # vim /etc/apt/sources.list deb etch main contrib non-freehttp://kebo.vlsm.org/debian.
Apache2 HTTPS. 1. Install webserver Apache # apt-get install apache2 2. Buat direktori untuk menyimpan file https # mkdir /var/www/secure 3. Instalasi.
Dokeos Tutorial Sritrusta Sukaridhoto Politeknik Elektronika Negeri Surabaya.
Victor Riera Salvador Priego Okpo Kalu.  Programs and Libraries  Icecast Installation  Ices Installation  Runing the server  Playing the streaming.
Installasi Wordpress di Linux. Intallasi web server + php + mysql # apt-get install apache2 php5 mysql-server php5-mysql # apt-get install phpmyadmin.
Makefiles, Unix, and Project 1 Q&A : Recitation 2 September 12, 2007.
Computer System Laboratory
Installing WordPress.org For Plugins and stuff…. Installing WordPress.org 2 phases: Download, then configure. 1. Download software onto web host.  Log.
Package Managers What are they and why we use them.
Embedded Programming and Robotics Lesson 17 The OpenCV (Computer Vision) Library The OpenCV Library1.
Intro to PHP at Winthrop CSCI 297 Scripting Languages Day One.
1 © Bull, th September 2012 Dave Williams Lead Technical Architect Embedding Nagios in the Raspberry Pi.
Module 10 – Linux Installations. Wikipedia: Red Hat Package Manager or RPM Package Manager (RPM) is a package management system. The name RPM variously.
Debian package manager Presenter: Lilian Wang. Install Software  先別管 package 了, 你有聽過重灌嗎 ?  Chrome/Firefox, Office, pietty, Notepad++, PCMan, LOL, …
Setting up the OpenHIM. Components Core - Mediators – e.g. OpenEMPI adapter
MCDevOps Infrastructure In One Hour. Sponsors Improving Enterprises Software Development.
The EPIKH Project (Exchange Programme to advance e-Infrastructure Know-How) VOMS Installation and configuration Bouchra
Apache, MySQL and PHP Installation and Configuration Chapter 4 XAMPP Installation and Configuration.
DB server + PHPMyAdmin ดรัสวิน วงศ์ปรเมษฐ์ สาขาวิชาเทคโนโลยีสารสนเทศ คณะ วิทยาศาสตร์ มรภ. บร. 19/10/56.
Package Management. Basic Commands apt-get install : install package + dependencies apt-get remove : removes the package not dependencies apt-get autoremove.
Managing Drupal with Aegir Chris Burge Burge Consulting, LLC 30 June 2013 Dublin, Ireland Drupal Dev Days.
Vim Editor and Unix Command gcc compiler Computer Networks.
Android x86 Build Environments Update 1.Update System $sudo apt-get install git-core gnupg flex bison gperf build-essential \ zip curl zlib1g-dev libc6-dev.
A Practical Guide to Fedora and Red Hat Enterprise Linux Unit 8: Installing Software in Linux Chapter 13: Downloading and Installing Software By Fred R.
Petteri Soininen Juhana Kraemer Jussi Vähämäki ”Group PJJ”
Apache, MySQL and PHP Installation and Configuration Chapter 1 Apache Installation and Configuration.
Introduction of Speaker: Claudia 1.
Centreon Deployment Chris Scicluna
Ruby on Rails on Ubuntu Bradley Taylor Rails Machine, LLC
Apache Mahout. Prerequisites for Building MAHOUT Java JDK 1.6 Maven 3.0 or higher ( ). Subversion (optional)
Basic of UNIX For fresh members of SPARCS
ZHT Hands-on tutorial How to install, configure and run ZHT on a multi-nodes cluster.
Installation of Apache Objectives –Install Apache webserver Contents –Compile in module support –Compile sourcecode –Installing apache –Verify installation.
PHP Introduction PHP is a server-side scripting language.
PhpMyAdmin Matthew Walsh April 28, 2003 CMSC Shawn Sivy.
Installation of PHP5 Objectives –Install PHP5 with support for Apache and MySQL Contents –Installing latest dependencies LibXML & LibSLT –Compiling and.
SQOOP INSTALLATION GUIDE Lecturer : Prof. Kyungbaek Kim Presenter : Zubair Amjad.
1 Dr Alexiei Dingli Web Science Stream Installing ROR.
A Mirror Engine Computer Science Capstone Tobias Hertkorn.
Load balanced High-Availability Apache Cluster.  Load balancers takes care of the load on a web server nodes and tried to direct request to the node.
Server Side Scripting. Common Gateway Interface (CGI) The web is a client-server system.
 To start using PHP, you can:  Find a web host with PHP and MySQL support  Install a web server on your own PC, and then install PHP and MySQL.
Web Server Apache PHP HTTP Request User types URL into browser Address resolved if nec. We use directly Most browsers request.
Introduction to Linux Server Setup Jonathan Hood CSE 4000 Practical Issues in Software Engineering.
Installing Koha Presented By Aaron R. Williams KOHA North American Users Group.
Installing CUDA, PyCUDA on Ubuntu
Your EC2 Instance. How to Connect to your EC2 Instance?
Tutorial on setting up Zebra: A Z39.50 Server ARD Prasad DRTC Indian Statistical Institute Bangalore.
Installation of PHP5 Objectives –Install PHP5 with support for Apache and MySQL Contents –Installing latest dependencies LibXML & LibSLT –Compiling and.
Configuring Guacamole create a folder for guacamole's configuration: mkdir /etc/guacamole create a file /etc/guacamole/guacamole.properties with the content:
1P.Miné CompHEP from. 2P.Miné CompHEP Installation for Linux Download from : comphep tgzhttp://comphep.sinp.msu.ru Untar.
Building Your Own Website Using:. Install & configure LAMP. Download WordPress and run it as a local website on your Raspberry Pi. Configure WordPress.
WordPress and Etherpad with BlueMix and Docker. Our aim is to run on BlueMix containers (now in beta) these two famous services In the BlueMix dashboard,
Outline  XAMPP  XAMPP Install  Put php and HTML documents  Windows and Mac Version  Security.
Using Docker in a CyVerse World. To install Docker GO TO Click “Get Started”, follow the directions.
User Interface (UI) Installation Bandung ITB Desember 2009.
Linux Basics Part 2. VIM Editor vi improved Installed on most Linux machines Can be a bit confusing at first... o Cheat sheets FTW Other popular editors:
Installing iHRIS Install iHRIS Manage on an Ubuntu System
RASPBERRY PI WORKSHOP.
CS5100 Advanced Computer Architecture
Installation of MySQL Objectives Contents Practical Summary
CONTENT MANAGEMENT SYSTEM CSIR-NISCAIR, New Delhi
Traffic Shapping Bandwidth Management
Cara Installasi XAMPP.
PostgreSQL Database and C++ Interface (and Midterm Topics)
11/22/2018 7:29:58 AM.
A simple way to configure PHP and Apache for Assignment 2
Docker, Drupal and Persistence
Computer System Laboratory
Presentation transcript:

PHP Motion Idris Winarno

Requirement Apache + PHP5 + MySQL lame ffmpeg flvtool

Repository Edit repository # vim /etc/apt/sources.list deb etch main contrib non-free deb-src etch main contrib non-free deb stable main deb stable main deb-src stable main deb-src stable main Note: untuk repo dan download beberapa source file gunakan proxy dengan perintah: # export

Langkah installasi (1) Installasi web server + php + mysql # apt-get install apache2 php5 mysql-server Installasi compiler # apt-get install gcc g++

Langkah installasi (2) Installasi lame # cd /usr/local/src # wget tar.gz # tar xzvf lame-3.97.tar.gz # cd lame-3.97 #./configure --enable-shared --prefix=/usr # make # make install

Langkah installasi (3) Installasi plugin ffmpeg # apt-get install ffmpeg libavcodec0d libavformat0d libavifile-0.7c2 libpostproc0d libasound2-plugins avifile-player avifile-utils avifile- mad-plugin avifile-mjpeg-plugin avifile-vorbis-plugin # cd /usr/local/src # apt-get source ffmpeg Pastikan rules pada source ffmpeg terdapat --enable-libmp3lame # cd ffmpegcvs # vim debian/rules # dpkg-buildpackage

Langkah installasi (3) cont’d Jika dpkg-buildpackage error!!! Install pendukungnya dahulu # apt-get install build-essential debhelper liblame-dev libvorbis- dev libimlib2-dev libfaad-dev libfaac-dev libdts-dev libxvidcore4- dev texi2html dpatch libx264-dev libtheora-dev liba52-dev libgsm1-dev ccache libxvmc-dev xlibs-static-dev # dpkg-buildpackage

Langkah installasi (4) Installasi ruby sebagai compiler flvtool # cd /usr/local/src # apt-get install ruby

Langkah installasi (4) cont’d Installasi flvtool # wget tgz # tar xzvf flvtool tgz # cd flvtool # ruby setup.rb config # ruby setup.rb setup # ruby setup.rb install

Langkah installasi (5) Uji coba compresi ffmpeg # ffmpeg -i /home/idris/test.avi –s 320x240 -ar s 12 /home/idris/test.flv Installasi mencoder # apt-get install mencoder

Langkah installasi (6) Installasi phpmotion # cd /var/www # wget # mkdir phpmotion # cd phpmotion # mv /var/www/PHPMOTION_PHP5.zip /var/www/phpmotion # unzip PHPMOTION_PHP5.zip # chmod 777 –R /var/www/phpmotion Untuk proses installasi buka web browser dengan alamat