Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
ISU - How to set up the server
Last updated at 8:30 am UTC on 18 March 2002
Question: What do I have to do to set up a server?

Answer:

''Prerequisite
Install the software, see: ISU - How to install the software


Server: To setup the server evaluate:

ISUSystem clearInstance. <font color="green">"clear the singleton instance, all users and messages will be lost"</font>

RSTBroker stop. <font color="green">"Stop (if started) the rST broker"</font>
RSTBroker startOnPort: 9999 logging: false. <font color="green">"Started the rST broker at port 9999 and without logging"</font>

RSTBroker instance export: ISUSystem instance named: 'ISUSystem'. <font color="green">"export the ISUSystem singleton instance with name 'ISUSystem'"</font>



Read on: ISU - How to connect to a server