- Create and boot a moon on the local machine
|moon
to generate moon name and key on the planet./urbit -w <moon-name> -G <key>
on local machine
- On the moon: Add desk and distribute the application
|merge %tahuti our %base
|mount %tahuti
|commit %tahuti
|public %tahuti
- On the planet: Sync from the moon:
|sync %tahuti ~marsed-lasbyt-talfus-laddus %tahuti
- On the planet: Publish the app:
:treaty|publish %tahuti
- Shutdown the moon on the local machine
- Bump version numbers in
desk.docket-0
andtahuti-api.hoon
- Boot the moon
|commit
the changes- On the planet: Sync from the moon:
|sync %tahuti ~sarwyd-taswyn-talfus-laddus %tahuti
The planet will automatically retrieve those updates and distribute them.
Thanks ~tiller-tolbus
for the initial instructions.