- 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 - Boot a fake ship if you haven't making sure to use:
urbit -F zod -B /path/to/urbit-repo/bin/solid.pill
- Create new desks
|merge %garden our %base
|mount %garden
|merge %homestead our %base
|mount %homestead
- From the urbit repo:
rsync -avL --delete pkg/base-dev/* ~/zod/garden/
we delete here to clear the directoryrsync -avL pkg/garden/* ~/zod/garden/
rsync -avL --delete pkg/base-dev/* ~/zod/homestead/
we delete here to clear the directoryrsync -avL pkg/garden-dev/* ~/zod/homestead/
- From the homestead repo:
rsync -avL desk/* ~/zod/homestead/
- Commit and install garden
|commit %garden
|install our %garden
- Commit and install homestead
|commit %homestead
|install our %homestead
Last active
May 2, 2022 23:25
-
-
Save arthyn/fe31c1653a3a5e3d834abc2687da7451 to your computer and use it in GitHub Desktop.
Homestead Install Steps
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment