summaryrefslogtreecommitdiff
path: root/src/local/server-tools
AgeCommit message (Collapse)Author
2015-08-15server-tools/rz_doc: add single doc creation (no merge)Alon Levy
2015-08-15server-tools: fixes for install location in ↵Alon Levy
/usr/lib/rhizi/{tools/server-tools,rhizi-server}
2015-08-15rz-user-tool: support multiple install locations (hack, should have ↵Alon Levy
externally setup system path)
2015-08-13rz-user-tool: add command addAlon Levy
2015-08-13rz-user-tool: small refactor to use command, add list commandAlon Levy
2015-08-13src/local/server-tools: rename rz_user to rz-user-tool to avoid module ↵Alon Levy
confusion with server/rz_user; move shebang to first line (copyright addition blunder)
2015-08-06rz_doc.py: update, but is not runnable without copying to src/server ↵Alon Levy
directory atm
2015-06-04add copyright and license headers for GNU AGPL v3Alon Levy
2015-05-06rz_backup: fix s/mtime/st_mtime/Alon Levy
2015-04-28server-tools/rz-backup: learn to talk to dockerAlon Levy
Example: python src/local/server-tools/rz_backup.py --root backup-test --docker 4b69d3661966 --neo4j-shell /home/neo4j-community-2.2.1/bin/neo4j-shell
2015-04-21init_pw_db(): set uid, gid on generated db, default to 'www-data'LV-426
2015-04-21misc: format, organize importsLV-426
2015-04-21use '#!/usr/bin/python2.7' while we depend on python 2.7LV-426
2015-04-21rename backup script, mv under server-tools/LV-426
2015-04-20rz-doc, rz-user: use valid python file namesLV-426
2015-04-20server-tools: rz-user: rm rz dependencyLV-426
2015-04-20server-tools: rz-user: add missing user_add() call, call shutdown, cleanupLV-426
2015-04-13rz-doc: merge names ignore caseAlon Levy
2015-04-13rz-doc: more verbose mergeAlon Levy
2015-04-10rz-doc: add --rename-from --rename-toAlon Levy
2015-04-10server-tools: change destination to separate tools directoryAlon Levy
2015-04-10server-tools/rz: fix candidate test and pathsAlon Levy
2015-04-10server-tools/rz-user: don't rely on bin/env being there, assume python in ↵Alon Levy
/usr/bin/python
2015-04-10server-tools/rz.py: even uglierAlon Levy
2015-04-10server tools: move to separate dir, rename, add helper rz.py to hide ugly ↵Alon Levy
import details