Changeset 17358 for main/kofacustom.skeleton
- Timestamp:
- 15 Mar 2023, 12:35:24 (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.skeleton/trunk/README.txt
r17349 r17358 2 2 ************** 3 3 4 `waeup. skeleton` is a Python package providing a student information4 `waeup.koa` is a Python package providing a student information 5 5 portal based on WAeUP Kofa. 6 7 This is a skelton package which can be used to create customized version of Kofa.8 6 9 7 For generic install instructions please see sources/waeup.kofa/docs/INSTALL.txt. 10 8 11 Buildout has to be run in two steps :9 Buildout has to be run in two steps (assuming we are in the folder where buildout.cfg is located): 12 10 13 (py27)$ ./bin/buildout -c buildout-init.cfg11 ../py27/bin/buildout -c buildout-init.cfg 14 12 15 (py27)$ ./bin/buildout 16 17 Repository 18 ========== 19 20 The Subversion_ repository location of this package is 21 22 https://svn.waeup.org/repos/main/waeup.skeleton/ 23 24 .. _Subversion: http://subversion.apache.org/ 13 ../py27/bin/buildout
Note: See TracChangeset for help on using the changeset viewer.