Changeset 12060 for main/waeup.ikoba/trunk/docs/INSTALL.txt
- Timestamp:
- 25 Nov 2014, 18:44:01 (10 years ago)
- Location:
- main/waeup.ikoba/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk
- Property svn:mergeinfo changed
/main/waeup.ikoba/branches/uli-payments (added) merged: 11970,11991-11994,11998-12003,12010-12014,12019,12021-12027,12029-12031,12041-12045
- Property svn:mergeinfo changed
-
main/waeup.ikoba/trunk/docs/INSTALL.txt
r11954 r12060 1 1 Installation of Ikoba 2 #################### 2 ##################### 3 3 4 4 These are generic installation instructions for the WAeUP_ ``Ikoba`` … … 8 8 file. 9 9 10 Please note, that **only Linux-based installs** are described and actively11 supported. We recommend use of Debian_ / Ubuntu_.10 Please note, that **only Linux-based installs** are described and 11 actively supported. We recommend use of Debian_ / Ubuntu_. 12 12 13 13 .. note:: This means we do not actively support Windows(tm)! … … 19 19 ************* 20 20 21 The Ikoba packages are based on `Grok`_, which is a Python_ 22 f ramework for agile webapplication development. Grok_ itself is based23 on`Zope`_.21 The Ikoba packages are based on `Grok`_, which is a Python_ framework 22 for agile webapplication development. Grok_ itself is based on 23 `Zope`_. 24 24 25 25 Both, Grok_ and Zope_, are written in the `Python`_ programming … … 46 46 * XML and XSLT development libraries (``libxml2-dev``, ``libxslt1-dev``) 47 47 48 * The "Foreign Function Interface Library" (FFI, ``libffi-dev``) because 49 it is needed by the paypal Python SDK 50 48 51 * enscript (``enscript``) [optional] 49 52 … … 53 56 54 57 $ sudo apt-get install python2.7 python2.7-dev subversion \ 55 build-essential enscript libxml2-dev libxslt1-dev 58 build-essential enscript libxml2-dev libxslt1-dev \ 59 libffi-dev 56 60 57 61 Afterwards you should be able to enter::
Note: See TracChangeset for help on using the changeset viewer.