Installing Jinzora on Ubuntu
From Brandonhutchinson.com
sudo perl -pi.bak -e 's/max_execution_time = \d+/max_execution_time = 300/;s/post_max_size = \d+M/post_max_size = 32M/;s/upload_max_filesize = \dM/upload_max_filesize = 32M/' /etc/php5/apache2/php.ini
wget http://www.jinzora.com/downloads/jz275.tar.gz sudo tar zxvf jz275.tar.gz -C /var/www/ ( cd /var/www/jinzora2 && sudo sh configure.sh )
$ sudo aptitude -y install apache2 libapache-mod-ssl php5 mysql-server php5-mysql php5-gd
$ sudo rm -r /var/www/jinzora2/install
- Apache2 SSL in Ubuntu
- Changing the root password on MySQL
- Geek to Live: Build an internet jukebox with Jinzora
- The Ultimate Media Server - Apache+SSL , PHP, MySQL and Jinzora
$ openssl x509 -req -days 3650 -in server.csr -signkey server.key -out server.crt
Signature ok
subject=/C=US/ST=Minnesota/L=Minneapolis/O=Navitaire Ltd./CN=hutch.navitaire.com
Getting Private key
Enter pass phrase for server.key:
unable to write 'random state'
hutch@hutch:~$ ls -ld ~/.rnd
-rw------- 1 root root 1024 2007-08-20 17:17 /home/hutch/.rnd
$ sudo chown hutch:hutch ~/.rnd
$ openssl x509 -req -days 3650 -in server.csr -signkey server.key -out server.crt
Signature ok
subject=/C=US/ST=Minnesota/L=Minneapolis/O=Navitaire Ltd./CN=hutch.navitaire.com
Getting Private key
Enter pass phrase for server.key:
$
$ sudo mv server.key server.crt /usr/lib/apache2/
