summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-04-22 17:52:07 +0300
committerLV-426 <lv-426@taproot.org.il>2015-04-22 17:52:07 +0300
commit05a1f14689a6b149c99b85c40360370a438104de (patch)
tree2541687e72c094d12dc21db89707ab0153ca3534
parente4b89ac5294f5ebed6f05c74b4cc1c43aed46570 (diff)
bootstrap-work-env.sh: initial dev env setup
-rw-r--r--bootstrap-work-env.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/bootstrap-work-env.sh b/bootstrap-work-env.sh
new file mode 100644
index 00000000..cf3768ca
--- /dev/null
+++ b/bootstrap-work-env.sh
@@ -0,0 +1,8 @@
+#
+# bootstrap Rhizi development environment
+#
+alias dl='ant -f build.ant deploy-local'
+alias dr='ant -f build.ant deploy-remote'
+alias rs='python src/server/rz_server.py --config-dir=deploy-local/etc/'
+alias rz_chrome_rand_profile='chromium --no-proxy-server --temp-profile --user-data-dir=/tmp/rz-dev_chrome_$(date | md5sum | cut -b -8) http://rhizi.local:8080/index'
+