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
Log in to post a comment.
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