Changes To Getting Started

Changes to "Getting Started" between 2015-07-02 17:23:24 and 2015-09-30 14:07:58

1
2

3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















18
19
20
21
22
23
24
1
2
3















4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26


+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+







Getting Started as a User
-------------------------
  1. Mount AppFS
  1. Download AppFS
    1. `$ wget http://rkeene.org/devel/appfs-1.8.tar.gz`
  2. Compile AppFS
    1. `$ gzip -dc appfs-1.8.tar.gz | tar -xf -`
    2. `$ cd appfs-1.8`
    3. `$ make`
  3. Install AppFS
    1. `# make install`
  4. Run AppFS Daemon
    1. `# mkdir /opt/appfs`
    2. `# /usr/local/sbin/appfsd /var/cache/appfs /opt/appfs`
  5. Optionally configure AppFS to mount on boot:
    1. Add to `/etc/fstab`:
       1. `/var/cache/appfs /opt/appfs       appfs       defaults         0   0`
  6. Read about [AppFS Configuration](wiki/AppFS Configuration)
    1. Download AppFS
      1. `$ wget http://rkeene.org/devel/appfs-1.8.tar.gz`
    2. Compile AppFS
      1. `$ gzip -dc appfs-1.8.tar.gz | tar -xf -`
      2. `$ cd appfs-1.8`
      3. `$ make`
    3. Install AppFS
      1. `# make install`
    4. Run AppFS Daemon
      1. `# mkdir /opt/appfs`
      2. `# /usr/local/sbin/appfsd /var/cache/appfs /opt/appfs`
    5. Optionally configure AppFS to mount on boot:
      1. Add to `/etc/fstab`:
         1. `/var/cache/appfs /opt/appfs       appfs       defaults         0   0`
    6. Read about [AppFS Configuration](wiki/AppFS Configuration)
  2. [Start using AppFS](wiki/Start Using AppFS)

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`
  3. Create package build script