Skip to content

Instantly share code, notes, and snippets.

@arthyn
Last active May 2, 2022 23:25
Show Gist options
  • Save arthyn/fe31c1653a3a5e3d834abc2687da7451 to your computer and use it in GitHub Desktop.
Save arthyn/fe31c1653a3a5e3d834abc2687da7451 to your computer and use it in GitHub Desktop.
Homestead Install Steps
  1. Clone or pull latest homestead and urbit repos if you haven't , making sure you've run git lfs install && git lfs checkout in the urbit repo for pills
  2. Boot a fake ship if you haven't making sure to use: urbit -F zod -B /path/to/urbit-repo/bin/solid.pill
  3. Create new desks
    1. |merge %garden our %base
    2. |mount %garden
    3. |merge %homestead our %base
    4. |mount %homestead
  4. From the urbit repo:
    1. rsync -avL --delete pkg/base-dev/* ~/zod/garden/ we delete here to clear the directory
    2. rsync -avL pkg/garden/* ~/zod/garden/
    3. rsync -avL --delete pkg/base-dev/* ~/zod/homestead/ we delete here to clear the directory
    4. rsync -avL pkg/garden-dev/* ~/zod/homestead/
  5. From the homestead repo: rsync -avL desk/* ~/zod/homestead/
  6. Commit and install garden
    1. |commit %garden
    2. |install our %garden
  7. Commit and install homestead
    1. |commit %homestead
    2. |install our %homestead
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment