Changes between Version 4 and Version 5 of KaukoluwikiDeveloping


Ignore:
Timestamp:
10/12/06 15:45:55 (18 years ago)
Author:
sebastian_weber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • KaukoluwikiDeveloping

    v4 v5  
    1 = Gnowsis Kaukoluwiki Developing = 
     1= Gnowsis Kaukoluwiki Eclipse Developing = 
     2 
     3== Setup Gnowsis development environment == 
    24 
    35First of all checkout all projects comprised of Gnowsis (SVN): 
    46 * https://gnowsis.opendfki.de/repos/gnowsis/trunc/ 
     7 
    58Checkout Aperture, which is also necessary for Gnowsis (CVS): 
    69 * Host: aperture.cvs.sourceforge.net 
     
    1013 * default port 
    1114 
     15Now you can start Gnowsis for the first time. Execute ''Run...''. You can choose the appropiate configuration to launch Gnowsis. 
    1216 
    13 First, read the kaukoluwiki website: 
     17== Setup Kaukoluwiki development environment == 
     18 
     19First, read the kaukoluwiki website (ignore the installation instructions. Instead, use the installation details below): 
    1420 * http://kaukoluwiki.opendfki.de  
    15  * but ignore the installation instructions. Instead, use the installation details in this wiki page below 
    1621 
    1722Then, checkout the wiki from SVN: 
    1823 * https://kaukoluwiki.opendfki.de/repos/trunk/kaukolu/ 
    1924 
    20 Now you can start Gnowsis for the first time. Execute ''Run...''. You can choose the appropiate configuration to launch Gnowsis.  
     25You have two projects in your workspace 
     26 * Kaukoluwiki 
     27 * Kaukolu 
     28 
     29The project ''Kaukolu'' is a "web-wiki" which consists of the basic functionality of Kaukoluwiki. The project ''Kaukoluwiki'' is some kind of "desktop wiki" which is used by Gnowsis. So Gnowsis Kaukoluwiki consits of the core done by the project ''Kaukolu'' from opendfki and our own extensions provided in the project ''Kaukoluwiki''. 
     30 
     31Important notes regarding the two projects: 
     32 * The JSP pages provided by the project ''Kaukolu'' are delivered precompiled in a jar file. 
     33 * The JSP pages provided by the project ''Kaukoluwiki'' (Gnowsis) are located in a template folder: Kaukoluwiki/service/kaukoluwiki/templates/gnowsis/  
     34 * While Gnowsis is running you can alter these JSP pages in the template folder. On reloading a altered JSP page the current JSP page will be recompiled. 
    2135 
    2236== Compiling Kaukolu and Kaukoluwiki == 
    23 Gnowsis kaukoluwiki consists of the core done by kaukolu from opendfki and our own extensions in the kaukoluwiki project. 
    2437 
    2538To compile: