Changes between Version 61 and Version 62 of projects/synapse


Ignore:
Timestamp:
03/21/16 22:27:31 (8 years ago)
Author:
Edwin Eefting
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • projects/synapse

    v61 v62  
    7272
    7373
    74 == Download ==
     74== Download and build ==
    7575
    7676Dependencies:
     
    7878 * libcurl4-openssl-dev
    7979 * doxygen
    80  * perhaps some others, depending on the modules you need. (for example libvlc-dev)
     80 * libvlc-dev
     81 * perhaps some others, depending on the modules you need.
    8182
    8283Download:
     
    102103...
    103104}}}
     105
     106= Internet paper =
     107
     108Look at http://internetpapier.nl for a live example.
     109
     110
     111Create a new drawing and open it in 2 or more browser windows. Let the magic happen.
     112
     113
     114== running paper yourself ==
     115
     116Create initial configfiles:
     117
     118psy@r3m0t3h0st ~/test/synapse$ echo "{}" > var/paper/config
     119psy@r3m0t3h0st ~/test/synapse$ echo "{}" > var/paper/index
     120
    104121
    105122Run paper module:
     
    117134
    118135 * Connect to http://localhost:10080/paper/index.html to see some stuff.
     136 * Login from a second browser to the paper and see the magic.
     137 * Use Firebug or Chromium development mode to see the events between the server and browser. (add &synapse_debug in the url)
    119138 * Debug page: http://localhost:10080/synapse/debug.html.
    120139 * Status page: http://localhost:10080/synapse/status.html.
    121  * Login from a second browser to the paper and see the magic.
    122  * Use Firebug or Chromium development mode to see the events between the server and browser. (add &synapse_debug in the url)
    123 
    124 = Internet paper =
    125 
    126 Look at http://internetpapier.nl
    127 
    128 Create a new drawing and open it in 2 or more browser windows. Let the magic happen.
     140
     141
    129142
    130143= Automatic asterisk operator panel =