☰ Contents ‹ Previous Next ›

Installing SunNET

Installing sunnet consists of:
  1. Uploading a SunNET Script. This can be done for you with a call to $sunnet:spool_script on a site which already has SunNET installed. You provide the username, password and site information for the MOO you wish to install the program on. It is important that the MOO you are installing SunNET onto has byte quota enabled, or that you set the object quota of the player represented by the username to some reasonable number of objects. A sample call to :spool_script would be ;$sunnet:spool_script("mysite.com", 8888, "WhoIAm", "MyPassword");
  2. Running the init_for_core verbs on $sunnet_protocols and $sunnet_fo so that the built-in protocols can be registered.
  3. In order to support the RLOGIN protocol, you must add the line $sunnet_fo:(verb)(user) to the #0:user_created, #0:user_connected, #0:user_disconnected, #0:user_client_disconnected, and #0:user_reconnected, possibly wrapped in a fork(0)…endfork statement.
  4. Once started, SunNET should continue operating between server restarts. However, you may wish to add the line $sunnet:bootstrap() to #0:server_started to cause a quicker restart.
  5. Create SunNET Links (see below).
  6. Calling $sunnet:bootstrap()
☰ Contents ‹ Previous Next ›