diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-04-22 17:57:01 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-04-25 16:41:58 +0300 |
| commit | dd8cf211c64cb71665dd404bf1520ca5ae165b15 (patch) | |
| tree | 49ffb04ee287e567c798b25c86fa068478505c18 /bootstrap-dev-env.sh | |
| parent | 19e830133f11a457846c70fffb150595f2acb75e (diff) | |
rename: bootstrap-dev-env.sh
Diffstat (limited to 'bootstrap-dev-env.sh')
| -rw-r--r-- | bootstrap-dev-env.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bootstrap-dev-env.sh b/bootstrap-dev-env.sh new file mode 100644 index 00000000..cf3768ca --- /dev/null +++ b/bootstrap-dev-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' + |
