Update of "AppFS"
Overview

Artifact ID: 9828e87a627eb9af17132d649fb3e05aead7a6c7
Page Name:AppFS
Date: 2014-11-18 01:44:05
Original User: rkeene
Mimetype:text/x-markdown
Parent: a969edc685988171d4fc2c20026b3faca54cb204 (diff)
Next 9feb48d4b2c3bca1251af4081b7c58667c895ed5
Content

Files on disk.

AppFS is a FUSE-based filesystem that presents a filesystem view of remote packages presented via HTTP for the purpose of running software without the hassle of installing it.

Instead, as files are requested they are downloaded and made available.

It is similar to the LazyFS.

It should be mounted in /opt/appfs. Once mounted, sub-directories will be automatically made available by attempting to access the hostname of an AppFS server. For example, /opt/appfs/rkeene.org contains:

$ ls -l /opt/appfs/rkeene.org/
total 0
dr-xr-xr-x 5 root root 0 Sep 10 02:00 hello_world/
dr-xr-xr-x 3 root root 0 Sep 10 02:00 kitcreator/
$

Download