Difference between revisions of "CCCBot Technical Documentation"
Marc.maier (talk | contribs) (Created page with "= Data Structures = == Tag Tree == The tag tree is a tree of tag with the article and event categories as leave notes.") |
Marc.maier (talk | contribs) |
||
Line 1: | Line 1: | ||
+ | = Development Environment Setup = | ||
+ | To run the NodeJS server locally and connect to a remote database, set up an SSL tunnel on port 3306: | ||
+ | ssh -L 3306:127.0.0.1:3306 s1.ccchislehurst.org -lcccadmin | ||
= Data Structures = | = Data Structures = | ||
== Tag Tree == | == Tag Tree == | ||
The tag tree is a tree of tag with the article and event categories as leave notes. | The tag tree is a tree of tag with the article and event categories as leave notes. |
Revision as of 23:49, 22 April 2017
Development Environment Setup
To run the NodeJS server locally and connect to a remote database, set up an SSL tunnel on port 3306:
ssh -L 3306:127.0.0.1:3306 s1.ccchislehurst.org -lcccadmin
Data Structures
Tag Tree
The tag tree is a tree of tag with the article and event categories as leave notes.