Difference between revisions of "CCCBot Technical Documentation"
Marc.maier (talk | contribs) |
Marc.maier (talk | contribs) (→Development Environment Setup) |
||
Line 1: | Line 1: | ||
= Development Environment Setup = | = Development Environment Setup = | ||
To run the NodeJS server locally and connect to a remote database, set up an SSL tunnel on port 3306: | 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 | 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.