Ignore:
Timestamp:
9 Mar 2012, 07:27:06 (13 years ago)
Author:
Henrik Bettermann
Message:

Update docs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.custom/trunk/docs/INSTALLWIN.txt

    r6619 r7823  
    22********************************************
    33
    4 .. note:: `waeup.sirp` has been developed to run on Linux servers,
     4.. note:: `waeup.kofa` has been developed to run on Linux servers,
    55          preferarbly with an Ubuntu OS. The installation on Windows computers
    66          is for demonstration purposes only.
     
    3535
    3636**Step 3**. Open up a command window and change to the folder where you want to place the sandbox
    37 that will contain your SIRP project. In this HowTo we will assume and recommend this folder is ``C:\`` ::
     37that will contain your Kofa project. In this HowTo we will assume and recommend this folder is ``C:\`` ::
    3838
    3939  C:\[any_path]> cd c:\
     
    4545**Step 5**. Create an isolated environment (sandbox) using the command::
    4646
    47  C:\> virtualenv winsirp
     47 C:\> virtualenv winkofa
    4848
    4949**Step 6**. Activate the environment::
    5050
    51  C:\> cd winsirp
    52  C:\winsirp> Scripts\activate
     51 C:\> cd winkofa
     52 C:\winkofa> Scripts\activate
    5353
    5454Note that the system prompt has changed.
    5555
    56 Run SIRP
     56Run Kofa
    5757========
    5858
    59 **Step 7**. Copy the ``waeup.sirp`` folder into ``C:\winsirp``.
     59**Step 7**. Copy the ``waeup.kofa`` folder into ``C:\winkofa``.
    6060
    6161**Step 8**. Run the bootstrap script::
    6262
    63  (winsirp) C:\winsirp\waeup.sirp> cd waeup.sirp
    64  (winsirp) C:\winsirp\waeup.sirp> python bootstrap\bootstrap.py -c buildout-windows.cfg
     63 (winkofa) C:\winkofa\waeup.kofa> cd waeup.kofa
     64 (winkofa) C:\winkofa\waeup.kofa> python bootstrap\bootstrap.py -c buildout-windows.cfg
    6565
    6666**Step 9**. Run buildout (this takes a while)::
    6767
    68  C:\winsirp\waeup.sirp> bin\buildout.exe -c buildout-windows.cfg
     68 C:\winkofa\waeup.kofa> bin\buildout.exe -c buildout-windows.cfg
    6969
    7070**Step 10**. You can deactivate your environment again::
    7171
    72  (winsirp) C:\winsirp\waeup.sirp> ..\Scripts\deactivate
     72 (winkofa) C:\winkofa\waeup.kofa> ..\Scripts\deactivate
    7373
    74 **Step 11**. Start your SIRP::
     74**Step 11**. Start your Kofa::
    7575
    76  C:\winsirp\waeup.sirp> bin\paster serve parts\etc\deploy.ini
     76 C:\winkofa\waeup.kofa> bin\paster serve parts\etc\deploy.ini
    7777
    7878or from anywhere in your system::
    7979
    80  C:\[any_path]> C:\winsirp\trunk\bin\paster serve C:\winsirp\trunk\parts\etc\deploy.ini
     80 C:\[any_path]> C:\winkofa\trunk\bin\paster serve C:\winkofa\trunk\parts\etc\deploy.ini
    8181
    82 **Step 12**. Visit the SIRP website and create your university instance:
     82**Step 12**. Visit the Kofa website and create your university instance:
    8383
    8484| http://localhost:8080
Note: See TracChangeset for help on using the changeset viewer.