Difference between revisions of "Upgrade to trunk"

From FOG Project
Jump to: navigation, search
(SVN)
(BTSync)
Line 26: Line 26:
 
</pre>
 
</pre>
  
* Create the location that you want to have synced.
+
#Create the location that you want to have synced.
  
 
<pre>
 
<pre>
Line 37: Line 37:
 
#Install BTsync:
 
#Install BTsync:
  
Code:
+
<pre>
 
cd Downloads
 
cd Downloads
 
tar xzpf btsync_i386.tar.gz (I have downloaded 32 bit. So check your version)
 
tar xzpf btsync_i386.tar.gz (I have downloaded 32 bit. So check your version)
 
./btsync
 
./btsync
Open a webpage: <IP Address>:8888
+
</pre>
Add Folder:
+
 
 +
#Open a webpage: <IP Address>:8888
 +
 
 +
*Add Folder:
 +
<pre>
 
Secret: BAU3NUY3XTKVMHHEZO6C7OH55AN2PCGJV
 
Secret: BAU3NUY3XTKVMHHEZO6C7OH55AN2PCGJV
 
Path: /fog
 
Path: /fog
 
 
Add Folder:
 
Add Folder:
 
Secret: B7AGQ6JVIP4MF5LCRL3XURQBYC53UIS25
 
Secret: B7AGQ6JVIP4MF5LCRL3XURQBYC53UIS25
 
Path: /kernels
 
Path: /kernels
 +
</pre>
  
Then Any time you see an update. Open up your terminal:
+
#Then Any time you see an update. Open up your terminal:
Code:
+
 
 +
<pre>
 
cd /fog/bin/
 
cd /fog/bin/
 
sudo ./installfog.sh
 
sudo ./installfog.sh
 +
</pre>
 
And you are updated quite quickly!
 
And you are updated quite quickly!

Revision as of 16:15, 24 October 2014

Methods

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

Also seen in SVN

Update from prior downloaded SVN

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


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.

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

And you are updated quite quickly!