Download Latest Version demogeardb.tar (61.4 kB)
Email in envelope

Get an email when there's a new version of Demo Gear Database

Home
Name Modified Size InfoDownloads / Week
README 2012-07-22 595 Bytes
demogeardb.tar 2012-07-22 61.4 kB
Totals: 2 Items   62.0 kB 1
mySQL, PHP, and a web server is needed to run this database frontend.
here are the installation steps on Ubuntu

sudo apt-get install apache2
sudo apt-get install mysql-server
sudo apt-get install php5
sudo apt-get install phpmyadmin (optional)
sudo /etc/init.d/apache2 restart
sudo /etc/init.d/mysql restart

copy the demogeardb.tar file to the root of the web server, for example: /var/www
extract the tar by running: tar -xvf ./demogeardb.tar

next, launch the installation index.html page located under installation/index.html

go through the 4 steps to seed your database

Source: README, updated 2012-07-22