Ignore:
Timestamp:
13 Nov 2014, 14:40:27 (10 years ago)
Author:
Henrik Bettermann
Message:

Change of name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/branches/henrik-regista/docs/INSTALL.txt

    r11703 r11949  
    1 Installation of Kofa
     1Installation of Ikoba
    22####################
    33
    4 These are generic installation instructions for the WAeUP_ ``Kofa``
     4These are generic installation instructions for the WAeUP_ ``Ikoba``
    55student information portal and customized versions thereof.
    66
     
    1919*************
    2020
    21 The Kofa packages are based on `Grok`_, which is a Python_
     21The Ikoba packages are based on `Grok`_, which is a Python_
    2222framework for agile webapplication development. Grok_ itself is based
    2323on `Zope`_.
     
    3131====================
    3232
    33 For a `Kofa` install we need of course `Python`_ installed as well as
     33For a `Ikoba` install we need of course `Python`_ installed as well as
    3434some standard developer tools like C compilers, C libraries, etc.
    3535
     
    6969where you can run your code without touching any other installations.
    7070
    71 `virtualenv`_ is also the only possibility to build a `Kofa` install
     71`virtualenv`_ is also the only possibility to build a `Ikoba` install
    7272without the need of superuser permissions. In short: `virtualenv`_
    7373will make your life easier. Use it.
     
    144144
    145145Now, as the sandbox is activated (see above, if not), we can fetch the
    146 sources for Kofa.
    147 
    148 As Kofa is currently available from the Subversion_ repository only,
     146sources for Ikoba.
     147
     148As Ikoba is currently available from the Subversion_ repository only,
    149149we use the Subversion_ client `svn` and checkout the main devel branch
    150 of the `waeup.kofa` package like this::
    151 
    152   (py27)$ svn co https://svn.waeup.org/repos/main/waeup.kofa/trunk
    153 
    154 The command should fetch the Kofa base package sources for you and
     150of the `waeup.ikoba` package like this::
     151
     152  (py27)$ svn co https://svn.waeup.org/repos/main/waeup.ikoba/trunk
     153
     154The command should fetch the Ikoba base package sources for you and
    155155will put everything in a new directory ``trunk/``.
    156156
     
    161161and you can start building the real package.
    162162
    163 .. note:: If you not want to work with the `waeup.kofa` package but a
     163.. note:: If you not want to work with the `waeup.ikoba` package but a
    164164          customized package (like ``waeup.aaue`` or similar), then
    165165          you can use the above checkout command but with
    166           ``waeup.kofa`` replaced by the name of the customized
     166          ``waeup.ikoba`` replaced by the name of the customized
    167167          package::
    168168
     
    200200***************************
    201201
    202 You can run ``Kofa`` with a single client (useful for evaluation,
     202You can run ``Ikoba`` with a single client (useful for evaluation,
    203203development, etc.) or with multiple clients running in parallel. The
    204204latter setup is useful in productive environments with many thousands
     
    243243You should be able now to start the created instance by doing::
    244244
    245   $ ./bin/kofactl fg
     245  $ ./bin/ikobactl fg
    246246
    247247Alternatively you can do::
     
    249249  $ bin/paster serve parts/etc/deploy-themed.ini
    250250
    251 The port numbers where Kofa is running on your server are defined in
    252 `buildout.cfg` under ``[kofa_params]``.
     251The port numbers where Ikoba is running on your server are defined in
     252`buildout.cfg` under ``[ikoba_params]``.
    253253
    254254If you now point a browser to the right port on your server, for example::
     
    257257
    258258you should get a login pop-up, where you can login as superuser with
    259 ``grok`` and ``grok`` as username/password (Kofa base package only!).
     259``grok`` and ``grok`` as username/password (Ikoba base package only!).
    260260
    261261You can stop the instance by pressing <CTRL-C>.
     
    298298========================
    299299
    300 To install Kofa ZEO-based you can run `buildout` with the given
     300To install Ikoba ZEO-based you can run `buildout` with the given
    301301(or your own) configuration file like this::
    302302
     
    451451We need, however, not everything with a ZEO-deploy that is listed in a
    452452default buildout. We might do not need docs, no profiling, etc. Also a
    453 regular non-ZEO kofactl might not make to much sense. Therefore all
     453regular non-ZEO ikobactl might not make to much sense. Therefore all
    454454this might be subject to changes.
    455455
Note: See TracChangeset for help on using the changeset viewer.