Jekyll Revision -> Github -> Tumblr -> Disqus
| Combined Discussion |
=> Static URL
I wonder if I could tie tumblr into github/jekyll, thereby gaining access to comments on specific versions of my writings that I could then combine in a single thread on disqus?
Or is this a problem for Sinatra?
These would be handy to put into a script to start or stop your development environment if you don’t want to have your web development running at all times.
sudo launchctl load -w /Library/LaunchDaemons/org.macports.mysql5.plist
sudo apachectl restart
sudo launchctl unload /Library/LaunchDaemons/org.macports.mysql5.plist
sudo apachectl stop
I’ve got a heavily customized system of apache config files and some /etc/hosts modifications on my system so that my config files for specific virtual hosts are loaded by the following line in my httpd.conf:
Include /Users/papyromancer/src/apache-passengers/*.active
I’d also linked my /Users directory to /home to preserve consistency in my scripts for use in Ubuntu and OS-X. Adjust your shell commands to suit your setup.
Apache 2, MySQL 5, PHP
Follow these detailed instructions. Pay particular attention to setting up the mysql user and databases and setting up apache to use php.
sudo port install apache2
sudo port install mysql5-server
sudo port install php5 +apache2 +mysql5 +pear
This was the only additional step needed after following that tutorial
sudo port install php5-gd php5-imap php5-curl
NOTE: You MUST use php version 5.2. Kaltura will not work with version 5.3.
At this point I’m not going to install memcached since this isn’t running a production environment.
git clone git://github.com/papyromancer/kaltura-ce.git
I’ve had limited success installing Kaltura as the root directory of a web host, and because I’m going to be installing MediaWiki, Drupal, and Wordpress into this same virtual host I’ve decided to link my clone of the Kaltura code (in its own branch) into a separate folder where I will link the other applications as well:
mkdir kaltura-apache
cd kaltura-apache
ln -s ../kaltura-ce kaltura
I’ve also installed the regular old Kaltura CE i
<VirtualHost *:80>
ServerName kaltura.local
DocumentRoot /home/papyromancer/src/kaltura/kaltura-apache
<Directory /home/papyromancer/src/kaltura/kaltura-apache>
Options Indexes FollowSymLinks ExecCGI Includes
AllowOverride All
Order Allow,Deny
Allow from all
</Directory>
</VirtualHost>
Run some scripts to create missing directories and correct directory permissions. Run the next two commands in your kaltura-ce directory.
mkdir content/uploads kaltura/alpha/cache indicators conversions archive
install/fixperms.sh
I have a nice compilation of ffmpeg from macports that I’m sure I’ll integrate into This Kaltura installation at some point, but for right now I’m just going to download the binaries from http://kaltura.org/ unzip and link into the source code checkout from the root directory of my source code checkout. YMMV
ln -s /home/papyromancer/src/kaltura/kalturaCE/kaltura/bin kaltura/bin
I haven’t worried about email and memcached on my install, but you may want to.
Here’s an additional step I did at some point in the install, but it may not be needed:
sudo ln /opt/local/bin/php /opt/lampp/bin/php
Plays: 3785
The Zombies - “Care of Cell 44”
Everything about the Zombies is emblematic of 60s pop music: the hair, the suits, the melodies, the harmonies, and especially the Mellotron. For this reason, the Zombies draw immediate and warranted comparisons to early Beatles and the Beach Boys. While everyone has heard the Zombies’ hit “Time of the Season”, the band wasn’t a huge commercial success overall. And not being as commercially successful as some of their contemporaries, I tend to think The Zombies are one of the great, overlooked 60s British bands. This song, “Care of Cell 44”, is the lead-off track to The Zombies’ 1968 masterpiece Odyssey and Oracle, and is exactly what sunrises would sound like if sunrises made music.