Table of Contents InstallationThe examples in this document assumes you're using Linux and Apache. The Apaches document root is in RequirementsVideoDB works with the typical LAMP and WAMP environments. Here are the requirements in detail:
First time installationUnzip the tarball into a directory below your webserver document root and make the cache directories writable. Example: $> cd /var/www $> tar -xzvf ~/videodb-*.tgz $> chmod 777 videodb/cache/* Then create a new database using the Example: $> mysqladmin -p create videodb $> mysql -p videodb < /var/www/videodb/install/install.sql Now edit the Thats it. Now point your webbrowser to your new videodb and add some movies Update from a previous versionFor updating from a previous version just delete all files but the cache directory and keep your database. Then unzip the new tarball as described above. Then apply the Example: $> mysql -p -f videodb < /var/www/videodb/install/upgrade.sql |
![]() | v.4.1.0 |