liquid_feedback_frontend

changeset 760:02eab8dcd402

Updated README
author bsw
date Thu Jun 28 23:04:21 2012 +0200 (2012-06-28)
parents 08052bcabb7f
children cc4d7ec68d4f
files README
line diff
     1.1 --- a/README	Thu Jun 28 22:57:50 2012 +0200
     1.2 +++ b/README	Thu Jun 28 23:04:21 2012 +0200
     1.3 @@ -1,72 +1,7 @@
     1.4 -
     1.5 -################
     1.6 -# Installation #
     1.7 -################
     1.8 -
     1.9 -
    1.10 -1. Choose a directory where to install the software, e.g. /opt :
    1.11 -
    1.12 -$ cd /opt
    1.13 -
    1.14 -
    1.15 -2. Get the repositories of the core, the frondend and the web application
    1.16 -   framework WebMCP:
    1.17 +Official release page
    1.18 +http://www.public-software-group.org/liquid_feedback_frontend
    1.19  
    1.20 -$ hg clone http://www.public-software-group.org/mercurial/liquid_feedback_core
    1.21 -$ hg clone http://www.public-software-group.org/mercurial/liquid_feedback_frontend
    1.22 -$ hg clone http://www.public-software-group.org/mercurial/webmcp
    1.23 -
    1.24 -
    1.25 -3. Install LiquidFeedback Core:
    1.26 -
    1.27 -$ cd /opt/liquid_feedback_core
    1.28 -$ make
    1.29 -$ createdb liquid_feedback
    1.30 -$ psql -v ON_ERROR_STOP=1 -f core.sql liquid_feedback
    1.31 -
    1.32 -You should initiatize your database using the command
    1.33 -"psql liquid_feedback" and the examples shown in file "init.sql".
    1.34 +Installation instruction (for Debian squeeze)
    1.35 +http://dev.liquidfeedback.org/trac/lf/wiki/installation
    1.36  
    1.37  
    1.38 -4. Compile WebMCP
    1.39 -
    1.40 -$ cd /opt/webmcp
    1.41 -$ make
    1.42 -
    1.43 -If you experience trouble during compilation, you might want to edit the
    1.44 -file "Makefile.options" (i.e. to add -fPIC to compiler options) and then
    1.45 -retry:
    1.46 -
    1.47 -$ vi Makefile.options
    1.48 -$ make clean
    1.49 -$ make
    1.50 -
    1.51 -
    1.52 -5. Install Wiki-to-HTML converters
    1.53 -
    1.54 -Download latest LiquidFeedback Edition of RocketWiki from
    1.55 -http://www.public-software-group.org/pub/projects/rocketwiki/liquid_feedback_edition/
    1.56 -
    1.57 -Compile the binaries by calling make, and copy them to a place of your
    1.58 -choice, e.g. /opt/rocketwiki-lqfb/
    1.59 -
    1.60 -
    1.61 -6. Configure the webserver and the LiquidFeedback Frontend application:
    1.62 -
    1.63 -Edit the configuration files in /opt/liquid_feedback_frontend/config/
    1.64 -
    1.65 -Use /opt/webmcp/doc/lighttpd.example.conf (or apache.sample.conf) to setup
    1.66 -your webserver appropriatly.
    1.67 -
    1.68 -
    1.69 -7. Compile help messages from wiki to html
    1.70 -
    1.71 -cd /opt/liquid_feedback_frontend/locale/
    1.72 -make
    1.73 -
    1.74 -or by hand:
    1.75 -
    1.76 -for file in *.txt; do /opt/rocketwiki-lqfb/rocketwiki-lqfb < $file > $file.html; done
    1.77 -
    1.78 -
    1.79 -

Impressum / About Us