libphp-adodbpackage using the package manager of your choice.
gnu-fm/gnukebox/to some place under your web server's document root. This destination path will be hereafter referred to as
/path/to/gnukebox/. As a resource accessible via HTTP, it will be referred to as
http://your-host/gnukebox-document-root/.
# chown -R www-data:www-data /path/to/gnukebox/Adjust the owner and group as necessary for your system.
http://your-host/gnukebox-document-root/install.php.
smartyand
smarty-gettextpackages using the package manager of your choice. Then you have to run the following shell script as root (Debian's
smartypackage is set up rather oddly, so this will create symbolic links at the location at which Nixtape expects to find Smarty):
# for file in /usr/share/php/smarty/libs/*; do ln -s "$file" "`echo $file | sed \"s@/usr/share/php/smarty/libs/@/usr/share/php/smarty/@\"`"; doneIf you have
sudo(1)configured, you can easily run this as follows:
$ sudo sh -c 'for file in /usr/share/php/smarty/libs/*; do ln -s "$file" "`echo $file | sed \"s@/usr/share/php/smarty/libs/@/usr/share/php/smarty/@\"`"; done'Or just use
su(1)as follows:
$ su -c 'for file in /usr/share/php/smarty/libs/*; do ln -s "$file" "`echo $file | sed \"s@/usr/share/php/smarty/libs/@/usr/share/php/smarty/@\"`"; done'
gnu-fm/nixtape/to some place under your web server's document root. This destination path will be hereafter referred to as
/path/to/nixtape/. As a resource accessible via HTTP, it will be referred to as
http://your-host/nixtape-document-root/.
# chown -R www-data:www-data /path/to/nixtape/Adjust the owner and group as necessary for your system.
http://your-host/nixtape-document-root/install.php.
http://your-host/gnukebox-document-root/.
http://your-host/nixtape-document-root/.
librefm/gnukebox/to
/path/to/gnukebox/.
librefm/nixtape/themes/librefm/to
/path/to/nixtape/themes/.
/path/to/nixtape/config.phpand change the value of
$default_theme.