]> git.mxchange.org Git - hub.git/blobdiff - docs/README
In case of non-blocking connections (and that is for 99.9999% the case here)
[hub.git] / docs / README
index 01affac842a3b937781bf06da88fe050a585ce5a..1c27ada580cc673e2d7a6e6e8cb4fa6deecd3df3 100644 (file)
@@ -134,3 +134,18 @@ and deb-src lines:
 
 deb [arch=amd64,i386] http://localhost:xxxxx/ftp.de.debian.org/debian unstable main non-free contrib
 deb-src [arch=amd64,i386] http://localhost:xxxxx/ftp.de.debian.org/debian unstable main non-free contrib
+
+--------------------------------------------------------------------------------
+9.) How to start the virtual file system and use it
+--------------------------------------------------------------------------------
+
+The FUSE virtual filesystem allows to access your node's properties and (later)
+many more through FUSE (Filesystem in User SpacE). You need the PHP extension
+'fuse' enabled in your php.ini and please use latest SVN code from
+https://svn.php.net/repository/pecl/fuse/trunk as I also use it. If fuse.dll/so
+is correctly installed and enabled in php.ini, you can try to start it like this:
+
+php index.php app=hub command=fuse
+
+If all went smooth, you can then access the virtual file system through the
+mount point 'fuse' in root directory.