Changeset 14561 for main/waeup.kofa
- Timestamp:
- 19 Feb 2017, 10:53:22 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/docs/INSTALL.txt
r13830 r14561 19 19 20 20 21 Quick Install on Ubuntu 14.04 22 ***************************** 23 24 If you want to install Kofa on a running Ubuntu 14.04 system, the25 following quicksteps might be sufficient::21 Quick Install on Ubuntu 14.04 or 16.04 22 ************************************** 23 24 If you want to install Kofa on a running Ubuntu system, the following quick 25 steps might be sufficient:: 26 26 27 27 ## install neccessary system packages as superuser … … 31 31 32 32 ## get sources as regular user 33 $ wget https://pypi.python.org/packages/ source/w/waeup.kofa/waeup.kofa-1.4.1.tar.gz && tar -xzf waeup.kofa-1.4.1.tar.gz34 $ cd waeup.kofa-1. 4.133 $ wget https://pypi.python.org/packages/ed/0f/0b30fcf8c113b11967c1481668b38b4b9e32f256eb366f73b70ff960872f/waeup.kofa-1.5.tar.gz && tar -xzf waeup.kofa-1.5.tar.gz 34 $ cd waeup.kofa-1.5 35 35 36 36 ## create python sandbox and build kofa … … 116 116 117 117 The above packages have been tested to be sufficient for running Kofa 118 on Ubuntu 14.04. We check this with Docker images created at118 on Ubuntu. We check this with Docker images created at 119 119 120 120 https://github.com/WAeUP/kofa-docker … … 227 227 From the commandline you can also get sources like this:: 228 228 229 (py27)$ wget https://pypi.python.org/packages/source/w/waeup.kofa/waeup.kofa-1. 4.1.tar.gz230 231 where ``1. 4.1`` is, of course, only one possible version.229 (py27)$ wget https://pypi.python.org/packages/source/w/waeup.kofa/waeup.kofa-1.5.tar.gz 230 231 where ``1.5`` is, of course, only one possible version. 232 232 233 233
Note: See TracChangeset for help on using the changeset viewer.