simple sandbox to play around with sail
a stripped down version of %pals
- Learn about Sail here.
- Learn about Sail/XML runes here.
- Find the rudder library here.
- See more examples of using the rudder library here.
- If new to gall agents, use in conjunction with App School I here.
- See other skeletons.
Files to mess around with:
/app/sailbox.hoon
/sur/sailbox.hoon
/mar/sailbox/command.hoon
/app/sailbox/webui/index.hoon
- Clone this repo.
- Boot up a ship (fakezod or moon or whatever you use).
|merge %sailbox our %webterm
to create a new desk called%sailbox
forked from the%webterm
desk.|mount %sailbox
to access the%sailbox
desk from the unix command line.- At the unix command line
rm -rf [ship-name]/sailbox/*
to empty out the contents of the desk. cp -r sailbox/* [ship-name]/sailbox
to copy the contents of this repo into your new desk.- At the dojo command line
|commit %sailbox
. - Install with
|install our %sailbox
. - A purple tile should have appeared in Grid marked "sailbox" and a webpage should now be live at
[ship-url]/sailbox
.