#!/usr/bin/env bash # Pharo IoT Server Zeroconf Raspberry

Telepharo

These zip files contain:

  • Pharo7/8/9 image 64 bit
  • Pharo VM Mac/Linux
  • Telepharo installed

  • Usage

    Server - Download the zip file and extract it.

    Pharo70-64-vms-telepharo-server-70.zip
    Pharo80-64-vms-telepharo-server-80.zip
    Pharo90-64-vms-telepharo-server-90.zip

    Double click on file pharo-server to start the server in headless mode or pharo-server-ui to start the server with UI.

    Client - Download the zip file and extract it.

    Pharo70-64-vms-telepharo-client-70.zip
    Pharo80-64-vms-telepharo-client-80.zip
    Pharo90-64-vms-telepharo-client-90.zip

    Double click in file pharo-ui and type in the playground:

    remotePharo := TlpRemoteIDE connectTo: (TCPAddress ip: #[127 0 0 1] port: 40423)
    remotePharo openBrowser
    remotePharo openPlayground

    Artifacts

    pharoScript to run Pharo in the headless mode
    pharo-uiScript to run Pharo in UI mode
    pharo-server/Start pharo in headless mode with TelePharo listening on port 40423 TCP
    vm/Directory containing the VM

    Pharo IoT Server Example

    Start Pharo IoT server:./pharo-server
    Open Pharo user interface:./pharo-ui
    Start the server (Playground):TlpRemoteUIManager registerOnpPort:40423



    If you want to improve the content of this page, do the changes and make a Pull Request in the file https://github.com/pharo-iot/Ci/blob/master/docs/server/index.html