Overview
Comment: | Added basic usage |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
6a30dedf77f2c61ef350d5e928faf6c8 |
User & Date: | rkeene on 2014-09-10 07:55:35 |
Other Links: | manifest | tags |
Context
2014-09-10
| ||
07:58 | Updated install target check-in: 921f12e64a user: rkeene tags: trunk | |
07:55 | Added basic usage check-in: 6a30dedf77 user: rkeene tags: trunk | |
07:54 | Updated to not leak file descriptors for invalid sites check-in: 16162d46b5 user: rkeene tags: trunk | |
Changes
Modified README.md from [399b33ad33] to [45384ef10c].
1 2 3 4 5 6 7 8 9 10 11 | AppFS ===== It's sort of like LazyFS. Paths ----- AppFS should normally be mounted on "/opt/appfs". /opt/appfs/hostname Fetches: http://hostname/appfs/index | > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | AppFS ===== It's sort of like LazyFS. Usage ----- Run: 1. # mkdir /tmp/appfs-cache /opt/appfs 2. # appfsd /opt/appfs Paths ----- AppFS should normally be mounted on "/opt/appfs". /opt/appfs/hostname Fetches: http://hostname/appfs/index |
︙ | ︙ |