Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 531 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 531 Bytes

oEmbed Spec

These files represent the current oEmbed spec as seen at http://oembed.com and any drafts.

Installation

cd /var/www/html
git clone [email protected]:iamcal/oembed.git oembed.com
ln -s /var/www/html/oembed.com/site.conf /etc/apache2/sites-available/oembed.com.conf
a2ensite oembed.com

apt-get install -y php-pear php5-dev libyaml-dev
pecl install yaml
echo "extension=yaml.so" >> /etc/php5/apache2/php.ini

service apache2 reload