summaryrefslogtreecommitdiff
path: root/bootstrap-work-env.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap-work-env.sh')
-rw-r--r--bootstrap-work-env.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/bootstrap-work-env.sh b/bootstrap-work-env.sh
deleted file mode 100644
index cf3768ca..00000000
--- a/bootstrap-work-env.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#
-# 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'
-