diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-04-29 19:07:27 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-04-29 19:50:01 +0300 |
| commit | f383e58156f08af35adca078eea23bd4596c2e79 (patch) | |
| tree | 7e579c2aad55b18daca3f2f405569ebdc993a100 /res/debian | |
| parent | f7cac6aeb4031cb40bb6b0edb9d0c99a030a1d9e (diff) | |
deb-pkg: paths
Diffstat (limited to 'res/debian')
| -rw-r--r-- | res/debian/install | 17 | ||||
| -rw-r--r-- | res/debian/rhizi.links | 9 |
2 files changed, 20 insertions, 6 deletions
diff --git a/res/debian/install b/res/debian/install index 764b6def..a37207aa 100644 --- a/res/debian/install +++ b/res/debian/install @@ -1,8 +1,13 @@ -res/client/* usr/share/rhizi/webapp/static/ -res/etc/* etc/rhizi/ -res/templates/* usr/share/rhizi/webapp/templates/ +res/client/* usr/share/rhizi/webapp/static/ +res/neo4j/reset-db__clean.cypher usr/lib/rhizi/tools/neo4j +res/templates/* usr/share/rhizi/webapp/templates/ +res/rz-mux/* usr/share/rhizi/rz-mux/ -res/apache/sites-availalbe etc/apache2/sites-available/ +src/client/* usr/lib/rhizi/webapp/static/js +src/server/* usr/lib/rhizi/rhizi-server/ +src/local/server-tools/* usr/lib/rhizi/tools/server-tools +src/local/rz-mux/* usr/lib/rhizi/tools/rz-mux -src/server/* usr/lib/rhizi/rhizi-server/ -src/local/server-tools/* usr/lib/rhizi/server-tools/
\ No newline at end of file +# Domain specific - install defaults +res/local/template/fragment/by-domain/default.rhizi.net/* usr/share/rhizi/webapp/templates/fragment +src/local/domain/default.rhizi.net/domain_types.js usr/share/rhizi/webapp/static/js/model/ diff --git a/res/debian/rhizi.links b/res/debian/rhizi.links new file mode 100644 index 00000000..58715e62 --- /dev/null +++ b/res/debian/rhizi.links @@ -0,0 +1,9 @@ +usr/lib/rhizi-server/rhizi_server.py usr/bin/rhizi-server +srv/www/rhizi/webapp/bin usr/bin/rhizi-server + +# +# JS libs - note: symlink against .min version of libs +# +# +# usr/share/javascript/jquery/jquery.min.js srv/www/rhizi/webapp/static/lib/jquery.js +# usr/share/javascript/underscore/underscore.min.js srv/www/rhizi/webapp/static/lib/underscore.js |
