Skip to content
Snippets Groups Projects
user avatar
Seth Meranda authored
95c4c51b
History
UNL MediaYak system running at http://www1.unl.edu/mediahub/

Installation instructions:
pear channel-discover pear.unl.edu
pear channel-discover pear.phpdoctrine.org
pear channel-discover simplecas.googlecode.com/svn
pear install unl/UNL_Autoload-alpha unl/UNL_Auth-alpha unl/UNL_Templates-alpha pear.phpdoctrine.org/Doctrine simplecas/SimpleCAS-alpha
pear install http://phpsavant.com/Savant3-3.0.0.tgz
cp config.sample.php config.inc.php
cp sample.htaccess .htaccess

Database:
Create a database for featuredHuskers
mysql -u root

CREATE DATABASE featuredHuskers;

mysql -u ***Username*** -p ***password*** < UNL_Featured/data/huskers.sql


username: ****
password: ****
Create the database using the data/huskers.sql

Update config.inc.php and .htaccess as neeeded

Requirements:
PHP 5
PDO Mysql
UNL_Templates http://pear.unl.edu/index.php?package=UNL_Templates