Changes between Version 61 and Version 62 of projects/synapse
- Timestamp:
- 03/21/16 22:27:31 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
projects/synapse
v61 v62 72 72 73 73 74 == Download ==74 == Download and build == 75 75 76 76 Dependencies: … … 78 78 * libcurl4-openssl-dev 79 79 * 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. 81 82 82 83 Download: … … 102 103 ... 103 104 }}} 105 106 = Internet paper = 107 108 Look at http://internetpapier.nl for a live example. 109 110 111 Create a new drawing and open it in 2 or more browser windows. Let the magic happen. 112 113 114 == running paper yourself == 115 116 Create initial configfiles: 117 118 psy@r3m0t3h0st ~/test/synapse$ echo "{}" > var/paper/config 119 psy@r3m0t3h0st ~/test/synapse$ echo "{}" > var/paper/index 120 104 121 105 122 Run paper module: … … 117 134 118 135 * 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) 119 138 * Debug page: http://localhost:10080/synapse/debug.html. 120 139 * 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 129 142 130 143 = Automatic asterisk operator panel =