Post
Topic
Board Mining (Altcoins)
Re: cryptoGlance [v2.1] :: Open-source, self-hosted, multi-rig monitoring tool!
by
tag4lucy
on 02/02/2016, 00:52:32 UTC
hi guys,
I was wondering if someone could help, I'm using ubuntu 13.10 and I have git cloned cyrptoglance in /var/www/html. From here I'm not to sure what to do.

cheers

You should run the following commands:

sudo apt-get upgrade
sudo apt-get update
sudo apt-get install apache2 -y
sudo apt-get install php5 libapache2-mod-php5 -y
sudo apt-get install curl libcurl3 libcurl3-dev php5-curl
sudo chown -R www-data:www-data /var/www/*

sudo chmod -R 777 /var/www/html/cryptoglance
(this path may not be correct. It depends where you checked it out to)

Open a web browser and go to: http://your.ip.address/foldername


If you want cryptoglance to be in the main folder, I recommend you:
Delete everything in your web root: sudo rm -fR /var/www/html/*
Checkout to the root directory: git clone https://github.com/cryptoGlance/cryptoGlance-web-app.git /var/www/html/


Cheers for the help, it worked a treat.