Archive:FreePBX Distribution: Difference between revisions

Started update section, added section for first time web interface run
m Corrected links and added local link
Line 98: Line 98:
# Type <code>cd ~</code>. This will take you to the home directory where we can download.
# Type <code>cd ~</code>. This will take you to the home directory where we can download.
# Type <code>mkdir upgradescripts</code> then <code>cd upgradescripts</code>. This will make a new directory and take you into the new directory.
# Type <code>mkdir upgradescripts</code> then <code>cd upgradescripts</code>. This will make a new directory and take you into the new directory.
# Type <code>wget http://upgrades.freepbxdistro.org/stable/6.12.65/upgrade-6.12.65-100.sh</code>. This will download the script to update the distribution to the new track.
# Type <code>wget https://upgrades.freepbxdistro.org/stable/10.13.66/upgrade-10.13.66-1.sh</code>. This will download the script to update the distribution to the new track. You can also download this from this server by typing <code>wget http://192.168.0.24/hpserver/images/2/24/Upgrade-10.13.66-1.sh</code> then rename it to lowercase by typing <code>mv Upgrade-10.13.66-1.sh upgrade-10.13.66-1.sh</code>.
# Type <code>chmod +x upgrade-6.12.65-100.sh</code>. This changes the permissions so we can execute the file.
# Type <code>chmod +x upgrade-10.13.66-1.sh</code>. This changes the permissions so we can execute the file.
# Type <code>./upgrade-6.12.65-100.sh</code> to run the script.
# Type <code>./upgrade-10.13.66-1.sh</code> to run the script.
# While the script is running, you may see some errors. These are normal and as long as the script runs through to the end, you can safely ignore these.
# While the script is running, you may see some errors. These are normal and as long as the script runs through to the end, you can safely ignore these.
# When the script is finished, it will say <code>REBOOT YOUR BOX NOW</code>. Follow these instructions and type <code>reboot</code>.
# When the script is finished, it will say <code>REBOOT YOUR BOX NOW</code>. Follow these instructions and type <code>reboot</code>.