Difference between revisions of "KnownodesInstall"
From TAMI
Jump to navigationJump to search
(Created page with "(Tami Graph installation) # adduser knownodes # su knownodes # cd # git clone https://github.com/CyberCRI/KnowNodes.git # mkdir config # copy all config files to config (DB.c...") |
|||
Line 8: | Line 8: | ||
# copy all config files to config (DB.conf.js email.conf.js loggly.conf.js passport.conf.js settings.js testacular.conf.js) | # copy all config files to config (DB.conf.js email.conf.js loggly.conf.js passport.conf.js settings.js testacular.conf.js) | ||
# edit them | # edit them | ||
# download neo4j community edition, unpack in home directory, no systemd file yet, just run bin/neo4j start (port 7474 - edit DB.conf) | |||
# | |||
= TODO = | |||
setup local mongodb |
Revision as of 14:10, 5 January 2014
(Tami Graph installation)
- adduser knownodes
- su knownodes
- cd
- git clone https://github.com/CyberCRI/KnowNodes.git
- mkdir config
- copy all config files to config (DB.conf.js email.conf.js loggly.conf.js passport.conf.js settings.js testacular.conf.js)
- edit them
- download neo4j community edition, unpack in home directory, no systemd file yet, just run bin/neo4j start (port 7474 - edit DB.conf)
TODO
setup local mongodb