Update of "AppFS"
Overview

Artifact ID: b799e6aec2007712de988d5617ad7b89a035216c
Page Name:AppFS
Date: 2014-12-29 04:21:27
Original User: rkeene
Mimetype:text/x-markdown
Parent: 44813143151e11f6a5d8948893d83c4b895046a2 (diff)
Next cab852d49520e51cdfb47fead15c7f868a175e5e
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

Documentation