Difference between revisions of "Upgrade to trunk"

From FOG Project
Jump to: navigation, search
(Methods)
(BTSync)
Line 20: Line 20:
  
 
==BTSync==
 
==BTSync==
Remember people that if you want the latest, get on the BTsync :) You could have changes within 20-30 seconds of them being made.
+
If you want the latest, get on the BTsync :) You could have changes within 20-30 seconds of them being made.
  
 
<pre>
 
<pre>
Line 65: Line 65:
  
 
----
 
----
 
  
 
==wget==
 
==wget==

Revision as of 13:26, 4 November 2014

Methods

SVN

  • Install as seen in SVN
svn co https://svn.code.sf.net/p/freeghost/code/trunk /some/local/folder
  • Then navigate to the folder you specified and run:
sudo /some/local/folder/bin/./installfog.sh

Update from prior downloaded SVN

cd  /some/local/folder/
svn up
cd bin
./installfog.sh



BTSync

If you want the latest, get on the BTsync :) You could have changes within 20-30 seconds of them being made.

Fog Read only Secret: BAU3NUY3XTKVMHHEZO6C7OH55AN2PCGJV
Kernels Read only Secret: B7AGQ6JVIP4MF5LCRL3XURQBYC53UIS25
  • Create the location that you want to have synced.
sudo mkdir /fog
sudo mkdir /kernels
sudo chrmod 777 /fog
sudo chrmod 777 /kernels
  • Install BTsync:
cd Downloads
tar xzpf btsync_i386.tar.gz (I have downloaded 32 bit. So check your version)
./btsync
  • Open a webpage: <IP Address>:8888
Add Folder:
Secret: BAU3NUY3XTKVMHHEZO6C7OH55AN2PCGJV
Path: /fog
Add Folder:
Secret: B7AGQ6JVIP4MF5LCRL3XURQBYC53UIS25
Path: /kernels
  • Then Any time you see an update. Open up your terminal:
cd /fog/bin/
sudo ./installfog.sh

And you are updated quite quickly!



wget

wget --no-check-certificate http://mastacontrola.com/fog_trunk.tar.bz2
  • Once downloaded you'll need to unpack the bz2 file using the command:
tar -xjf fog_trunk.tar.bz2
  • Then go into the unextracted file. Follow these steps:
  cd fog_trunk/bin
  ./installfog.sh