Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
3943e20f
Commit
3943e20f
authored
13 years ago
by
echicken
Browse files
Options
Downloads
Patches
Plain Diff
Installation & setup instructions, support information.
parent
8ef90703
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
xtrn/syncwall/install.txt
+95
-0
95 additions, 0 deletions
xtrn/syncwall/install.txt
with
95 additions
and
0 deletions
xtrn/syncwall/install.txt
0 → 100644
+
95
−
0
View file @
3943e20f
SyncWall InterBBS Graffiti Wall
by echicken -at- bbs.electronicchicken.com
------------------------------------------
Table of Contents
-----------------
1 - Introduction
2 - Installation
3 - Host your own wall
4 - Support
1) Introduction
---------------
SyncWall is an interBBS ANSI whiteboard (blackboard?) that allows users to
draw on a shared canvas simultaneously. The canvas is reset once each
month. When launched, SyncWall cycles through the current month's canvas'
history, quickly replaying its progress from a blank slate to its current
state.
2) Installation
---------------
SyncWall depends on several libraries that any fully up-to-date Synchronet
BBS installation should already have. If you don't already do this regularly,
back up your BBS and then grab the latest updates from CVS.
I'll assume that your copy of Synchronet is installed at /sbbs. Bear that in
mind as you follow these instructions.
- In SCFG (/sbbs/exec/scfg, or BBS->Configure from the Synchronet Control
Panel in Windows), select "External Programs" from the main menu.
- Select "Online Programs (Doors)"
- Select "Main" (or whichever of your program groups you feel is the best
category to fit SyncWall into for your system.)
- Select "Available Online Programs..."
- Add a new item with the following details:
Name: SyncWall
Internal Code: SyncWall
Command Line: ?/sbbs/xtrn/syncwall/syncwall.js
Multiple Concurrent Users: Yes
- If you would like SyncWall to run during your logon or logoff process,
select "Execute on Event" and select the appropriate event. Set the
"Execute on Event Only" option to yes only if you don't want SyncWall
to appear in the list of available online programs after the user has
logged in.
- Leave all other options at their default values. Hit ESC until SCFG exits,
saving your changes when prompted
3) Host your own wall
---------------------
If you're not already running the JSON DB service, add the following section
to /sbbs/ctrl/services.ini:
[JSON]
Port = 10088
Options = STATIC | LOOP
Command = json-service.js
Add the following line to /sbbs/ctrl/json-service.ini:
syncwall=../xtrn/syncwall
Open /sbbs/xtrn/syncwall/syncwall.js in a text editor and change the line:
var server = "bbs.electronicchicken.com";
To point to your hostname. (If you set the port for the JSON service to
something other than 10088 in /sbbs/ctrl/services.ini, you'll also need
to change the port number on the following line.)
If you want other systems to be able to use your wall, be sure that external
hosts can connect to port 10088 of your BBS server, and tell the other sysops
to make the same changes to /sbbs/xtrn/syncwall.js that you just did.
4) Support
----------
Email: echicken -at- bbs.electronicchicken.com
IRC: #synchronet on irc.bbs-scene.org
Or post a message to 'echicken' in the 'Synchronet Sysops' sub on DOVENet.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment