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) (→Development Environment Setup) |
||
(One intermediate revision by the same user not shown) | |||
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: | ||
+ | cmd bash | ||
+ | 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. |
Latest revision as of 23:50, 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:
cmd bash 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.