summaryrefslogtreecommitdiff
path: root/src/local
AgeCommit message (Collapse)Author
2015-05-01rz-mux-tool.sh: miscLV-426
2015-05-01rz-mux-tool: set -e only during instance installLV-426
2015-05-01rz-mux-tool: generate cron bkp scriptsLV-426
2015-05-01rz-mux-tool.sh: more path var cleanupLV-426
2015-05-01rz-mux-tool.sh: misc: quotation, indentLV-426
2015-05-01rz-mux: apache x.rhizi.net.conf: serve override js, fragmentsLV-426
2015-05-01rz-mux-tool: install webapp/static/rzi-overrides/js, ↵LV-426
webapp/static/rzi-overrides/templates override dirs
2015-05-01rz-mux-tool: avoid install cmd arg repetitionLV-426
2015-04-30rz-mux-tool: var name cleanupLV-426
2015-04-29rz-mux-tool.sh: many path changes, other fixesLV-426
2015-04-29rz-mux-tool: gen_dom_config__rhizi()LV-426
2015-04-29rz-mux-tool: use cfg_port_mapLV-426
2015-04-29wip: widen tool scope: neo4j-mux -> rz-muxLV-426
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-28modified Default rhizi schema to make more sensegarbash
2015-04-26neo4j-mux: misc file renaming, docLV-426
2015-04-25wip: neo4j multiplexing: installerLV-426
2015-04-25wip: neo4j multiplexing: conf generatorLV-426
2015-04-25docker/docker-run.sh: split long lineAlon Levy
2015-04-25docker: add back single rhizi+neo4j image/containerAlon Levy
2015-04-25docker changes: split neo4j and rhiziAlon Levy
changes: - rhizi and neo4j use separate containers, linked via docker link mechanism (environment files and shared bridge) - means debugging is faster using docker (still quicker by a little using run-local.sh / directly running python if no change to css/client) - rhizi docker now doesn't run deploy, it uses a volume from the deployment, similar to production scenario. Image still has multiple tools needed only for development (git, strace, ant, etc)
2015-04-25docker: move Dockerfile to res/docker, leave scripts in src/local/dockerAlon Levy
2015-04-23docker-run: fix for new pathAlon Levy
2015-04-22moving docker files under src/local/LV-426
2015-04-22docker: initial commitAlon Levy
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-21refactoring tools/ contents to more appropriate placesLV-426
2015-04-21rename backup script, mv under server-tools/LV-426
2015-04-21Add middle-score to multi-word node typesgarbash
Also: See issues #508 + #509
2015-04-21descartes: domain types fixLV-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-20Added domain type for Descartes instancegarbash
2015-04-14leap domain: add image-url to all typesAlon Levy
2015-04-13rz-doc: merge names ignore caseAlon Levy
2015-04-13rz-doc: more verbose mergeAlon Levy
2015-04-12Modify domain types leap.rhizi.netgarbash
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
2015-04-10client: domain type_attributes are now a list for orderingAlon Levy
First type is default, and order is for shift-up/down selection, filter menu and type drop down in properties menu (so, basically everywhere).
2015-04-09Updated node types for leap.rhizi.netgarbash
2015-04-09leap domain: update types. resolve #433Alon Levy
2015-04-09domain leap: s/outcome/resource/Alon Levy