source: main/kofacustom.edopoly/trunk/README.txt @ 17292

Last change on this file since 17292 was 15000, checked in by Henrik Bettermann, 6 years ago

Change package name.

File size: 645 bytes
Line 
1waeup.edopoly
2**************
3
4`waeup.edopoly` is a Python package providing a student information
5portal based on WAeUP Kofa.
6
7This is a skelton package which can be used to create customized version of Kofa.
8
9For generic install instructions please see sources/waeup.kofa/docs/INSTALL.txt.
10
11Bootstrap and buildout have to be run in two steps:
12
13  (py27)$ python bootstrap.py -c buildout-init.cfg
14
15  (py27)$ ./bin/buildout -c buildout-init.cfg
16
17  (py27)$ ./bin/buildout
18
19Repository
20==========
21
22The Subversion_ repository location of this package is
23
24  https://svn.waeup.org/repos/main/waeup.edopoly/
25
26.. _Subversion: http://subversion.apache.org/
Note: See TracBrowser for help on using the repository browser.