[Pkg-debile-commits] [debile-web] 01/01: Renaming to debile in the documentation

Léo Cavaillé leo.cavaille-guest at alioth.debian.org
Fri Aug 23 10:01:51 UTC 2013


This is an automated email from the git hooks/post-receive script.

leo.cavaille-guest pushed a commit to branch master
in repository debile-web.

commit 40ea8aff02e8f978ff88f27e87928b44892cc45d
Author: Léo Cavaillé <leo at cavaille.net>
Date:   Fri Aug 23 12:01:23 2013 +0200

    Renaming to debile in the documentation
---
 PACKAGING |   29 ++++++++++++++++-------------
 1 file changed, 16 insertions(+), 13 deletions(-)

diff --git a/PACKAGING b/PACKAGING
index 8f6e34e..83cbed8 100644
--- a/PACKAGING
+++ b/PACKAGING
@@ -1,4 +1,4 @@
-What is required to install debile.
+What is required to install debile web frontend
 So that may become some hints to create the package.
 This not an "INSTALL" file as I hope we'll never have to install the system
 like this...
@@ -7,16 +7,16 @@ production by installing the debian packages instead of using pip
 
 System : fresh wheezy, up to date on 04 Jul 2013.
 
-Must be installed after lucy !
-#FIXME or WONTFIX ? must be on the same machine than lucy and the pool
+Must be installed after debile-master
+#FIXME or WONTFIX ? must be on the same machine than debile and the pool
 
-(lucy)
-* Fetch the repo of ethel
-    cd ~ && git clone https://github.com/LeoCavaille/debile.git -b scan-build-html
+(debile)
+* Fetch the repo of debile-web
+    cd ~ && git clone git://git.debian.org/git/pkg-debile/debile-web.git
 
-(lucy) virtualenv=lucy
-* Install debileme dependancies
-    cd ~/debile
+(debile) virtualenv=debile
+* Install debile-web dependancies
+    cd ~/debile-web
     pip install -r requirements.txt
 
 * Render the templates
@@ -25,6 +25,9 @@ Must be installed after lucy !
     # More recent version of nodejs needs a too recent version of the glibc
     wget http://ftp.us.debian.org/debian/pool/main/l/less.js/node-less_1.4.2-1_all.deb && dpkg -i node-less_1.4.2-1_all.deb
 
+(debile)
+    cd ~/debile-web && make
+
 * Configure the reverse proxy
 (root)
 /etc/nginx/sites-available/debile
@@ -41,12 +44,12 @@ cd /etc/nginx/sites-enabled && ln -s ../sites-available/debile
 * Start the daemon
     service nginx start
 
-(lucy) virtualenv=lucy
-    cd ~/debile
+(debile) virtualenv=debile
+    cd ~/debile-web
     make
 
-(lucy) virtualenv=lucy
+(debile) virtualenv=debile
 * Run the web UI !
-    cd ~/debile
+    cd ~/debile-web
     python app.py
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-debile/debile-web.git



More information about the Pkg-debile-commits mailing list