path: didiwiki_3.0.4-1/scripts/kill_wiki.sh echo "Useful for dev only. kill ciwiki daemon. ctr-c to quit" read a kill -15 `pidof ciwiki` path: didiwiki_3.0.4-1/docs/FIRST 1 - Install ciwiki (tar.gz file) [*] Stop ciwiki if running ( kill -15 `pidof ciwiki` ) In the console, type: path: didiwiki_3.0.4-1/docs/FIRST return should be: CiWiki - version x (x: the version installed) pidof ciwiki return should be: xxxx (xxxx: pid of ciwiki if it's running.) path: didiwiki_3.0.4-1/docs/FIRST [*] Terminate ciwiki: kill -15 `pidof ciwiki` 4 - Port