Menu

Getting Started

nomorecaddy

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


Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.