Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.6 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.6 KB

sailbox

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

Installation

  1. Clone this repo.
  2. Boot up a ship (fakezod or moon or whatever you use).
  3. |merge %sailbox our %webterm to create a new desk called %sailbox forked from the %webterm desk.
  4. |mount %sailbox to access the %sailbox desk from the unix command line.
  5. At the unix command line rm -rf [ship-name]/sailbox/* to empty out the contents of the desk.
  6. cp -r sailbox/* [ship-name]/sailbox to copy the contents of this repo into your new desk.
  7. At the dojo command line |commit %sailbox.
  8. Install with |install our %sailbox.
  9. A purple tile should have appeared in Grid marked "sailbox" and a webpage should now be live at [ship-url]/sailbox.