Changeset 14561 for main/waeup.kofa


Ignore:
Timestamp:
19 Feb 2017, 10:53:22 (8 years ago)
Author:
Henrik Bettermann
Message:

Opdate install instructions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/docs/INSTALL.txt

    r13830 r14561  
    1919
    2020
    21 Quick Install on Ubuntu 14.04
    22 *****************************
    23 
    24 If you want to install Kofa on a running Ubuntu 14.04 system, the
    25 following quick steps might be sufficient::
     21Quick Install on Ubuntu 14.04 or 16.04
     22**************************************
     23
     24If you want to install Kofa on a running Ubuntu system, the following quick
     25steps might be sufficient::
    2626
    2727  ## install neccessary system packages as superuser
     
    3131
    3232  ## 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.gz
    34   $ cd waeup.kofa-1.4.1
     33  $ 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
    3535
    3636  ## create python sandbox and build kofa
     
    116116
    117117The above packages have been tested to be sufficient for running Kofa
    118 on Ubuntu 14.04. We check this with Docker images created at
     118on Ubuntu. We check this with Docker images created at
    119119
    120120   https://github.com/WAeUP/kofa-docker
     
    227227From the commandline you can also get sources like this::
    228228
    229   (py27)$ wget https://pypi.python.org/packages/source/w/waeup.kofa/waeup.kofa-1.4.1.tar.gz
    230 
    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
     231where ``1.5`` is, of course, only one possible version.
    232232
    233233
Note: See TracChangeset for help on using the changeset viewer.