I decided that I would create another video on how to install allstarlink and set it up with the fancy allmon2 and iaxrpt for windows.
I know the video is long and drawn out… But if you think about it their is a ton of steps to setting up and running an allstar node…
I hope you all enjoy and are able to help others with this tutorial after all that’s why it was created…
Here is a link to the forum page where video is provided.
http://forum.voipham.com/index.php/topic,26.msg30.html#msg3
Greetings I have been asked several times of the past few weeks to make a demonstration on how to install allstarlink on the pc platform…
Here is a video on the basics
Instructions tutorial listed below…
First you want to download the current version of Dial from allstarlink.org
Next you want to either burn that to a cd or usb by your preferred method…
Now you will need to setup your nod from allstarlink… In order to do this you will need to request a node and create a server in the allstarlink panel.
After doing that you will be assigned a node number and then you can begin the process of installation of your dial machine…
Insert CD boot from CD or USB which ever media your prefer then Hit enter on the first selected installation process…
Warning this will remove every thing on that hard drive be sure you have backed up your system prior to doing this…
You will want to ensure that your pc is plugged into the internet because it is a live installation meaning it pulls the installation files from the internet rather than the disk… After installation is compete most pc shut down… please remove your installation media and start back up the pc…
After a restart it will boot to a log in screen
Username is: root
Password is: debian
Follow the on screen steps as provided in the video… Also make sure you pick a strong password…
Now for customized installation of allmon2 and htop unzip and other tools needed…
Code: [Select]
apt-get install apache2 php5 libapache2-mod-php5 php5-mcrypt htop unzip
Now to Download allmon 2 change directory to allmon2 example /var/www/allmon2 if allmon2 does not exist create the directory like this
Code: [Select]
mkdir allmon2
Example commands
Code: [Select]
cd /var/www/ mkdir allmon2 cd allmon2
Code: [Select]
wget [url=[https://github.com/tsawyer/allmon2/archive/master.zip]https://github.com/tsawyer/allmon2/archive/master.zip[/url](https://github.com/tsawyer/allmon2/archive/master.zip%5Dhttps://github.com/tsawyer/allmon2/archive/master.zip%5B/url)]
Here is the detailed directions on installation of allmon2.
http://forum.voipham.com/index.php/topic,25.0.html
Follow the video for detailed instructions on this and iaxrpt…
http://forum.voipham.com/index.php/topic,24.0.html
For telemetry issues i use this command in rpt.conf
Just before the statistics reporting line… I put
Code: [Select]
telemdefault=2
This allows telemetry only after you command your node for about 2 minutes then it doesn’t use telemetry until you command your node again…
Hope this helps some of you!