Name | Modified | Size | Downloads / Week |
---|---|---|---|
README | 2013-05-13 | 1.7 kB | |
anubis_auto.zip | 2013-05-13 | 3.0 kB | |
Totals: 2 Items | 4.7 kB | 0 |
This is simple anubis cgminer frontend installation script. You should run the scripts as root, i didn't test them on sudo It's 101% working on Wheezy, should work on any aptitude capable distro. Apache, MYSQL and dependencies are all in these scripts, they will eat around 120 megs of space on a base system. If you have something already running in Apache better backup your /var/www folder, since this script overwrites index.html file. Installation: cd to the directory with this readme there are two install scripts, run one of them: sh install_anubis.sh -installs anubis only sh install_anubis_phpsys.sh -installs both anubis and phpsys Open a browser and check it out! http://127.0.0.1 If you are running your anubis machine in a hostile network (external ip) i strongly advice against exposing your http port to the outside world. You can force apache to listen only on localhost, for this edit file: /etc/apache2/ports.conf find the line: Listen 80 replace it with: Listen 127.0.0.1:80 restart apache: /etc/init.d/apache2 restart After this your webpage will be accesible only on localhost or through SSH. Linux users probably know this, for newbies: apt-get install openssh-server From Win you can access your page through SSH like this: install putty open cmd, cd to putty install dir, something like this: cd C:\Program Files\PuTTY and run: plink.exe -l USERNAME -L 80:127.0.0.1:80 -P 22 -2 -C -ssh ANUBISIP where USERNAME is your linux login, ANUBISIP is your linux machine ip minimize the cmd window open a browser in Win machine and type: http://127.0.0.1 Voila! You are on your remote anubis host HF! moroz