15
16
17
18
19
20
21
22
|
15
16
17
18
19
20
21
22
23
24
25
26
27
|
+
+
-
+
+
+
+
|
1. `# ln -s /usr/local/sbin/appfsd /sbin/mount.appfs`
2. Add to `/etc/fstab`:
1. `/var/cache/appfs /opt/appfs appfs defaults 0 0`
Getting Started as a Publisher
------------------------------
1. Run AppFS Daemon
2. Generate a certificate if you do not already have one
1. `$ /opt/appfs/core.appfs.rkeene.org/appfs/noarch-noarch/latest/bin/appfs-cert generate-selfsigned`
2. Use the "AppFS" build script
3. Use the "AppFS" build script
1. `$ ./build --cpio myPackage`
4. Publish your application
1. `$ /opt/appfs/core.appfs.rkeene.org/appfs/noarch-noarch/latest/bin/appfs-mkfs --cpio <fileName> /web/static/mysite.mydomain.com/appfs /path/to/appfs_key /path/to/appfs_certificate`
|