From f383e58156f08af35adca078eea23bd4596c2e79 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Wed, 29 Apr 2015 19:07:27 +0300 Subject: deb-pkg: paths --- res/debian/install | 17 +++++++++++------ res/debian/rhizi.links | 9 +++++++++ 2 files changed, 20 insertions(+), 6 deletions(-) create mode 100644 res/debian/rhizi.links 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 -- cgit v1.3.1