Changes between Version 14 and Version 15 of TestManagerForTracPluginQuickSetup


Ignore:
Timestamp:
Aug 21, 2015, 7:41:15 AM (9 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TestManagerForTracPluginQuickSetup

    v14 v15  
    55== Quick startup guide for Linux
    66
    7 This guide will help you ''setup a quick and dirty environment'' with '''Apache''', '''modwsgi''' and the '''Test Manager''' plugin in a few minutes.
     7This guide will help you ''to quickly set up an environment'' with '''Apache''', '''modwsgi''' and the '''Test Manager''' plugin.
    88Security is based on Apache password file, with basic authentication.
    99
    1010Run every command as root. The examples are for a freshly installed Debian machine:
    1111
    12  1. [http://pypi.python.org/packages/source/s/setuptools/setuptools-0.6c11.tar.gz#md5=7df2a529a074f613b509fb44feefe74e Download python setup tools] from !PyPi.
     12 1. Download [http://pypi.python.org/packages/source/s/setuptools/setuptools-0.6c11.tar.gz#md5=7df2a529a074f613b509fb44feefe74e python setup tools] from !PyPi.
    1313 2. Compile and install:
    1414{{{#!sh
     
    2121easy_install Trac
    2222}}}
    23  4. Create the needed directories to host the foo project:
     23 4. Create the directories to host the foo project:
    2424{{{#!sh
    2525mkdir -p /var/lib/trac
     
    4242tracd -r --port 8000 /var/lib/trac/foo
    4343}}}
    44  9. Set trace level to DEBUG in trac, and log to file, using the admin panel. The admin panel can be accessed from Trac's navigation bar.
     44 9. Set trace level to DEBUG in trac, and log to file, using the admin panel. The admin panel can be accessed from Trac's navigation bar:
    4545{{{#!sh
    4646localhost:8000/foo/admin
     
    8787 15. Open your browser to the foo trac project, on the admin panel {{{http://localhost/trac/foo/admin}}}, and install TracGenericClassPlugin from the first egg file. Note: the order in which you install the plugins is important.
    8888 16. Install the TracGenericWorkflowPlugin the same way. This asks for a database upgrade.
    89  17. To do it, open a command console as root and enter the command displayed in the browser:
     89 17. To upgrade, open a command console as root and enter the command displayed in the browser:
    9090{{{#!sh
    9191trac-admin /var/lib/trac/foo upgrade
    9292}}}
    93  18. Restart Apache, just to be sure its cache is updated:
     93 18. Restart Apache to verify its cache is updated:
    9494{{{#!sh
    9595/etc/init.d/apache2 restart
     
    9797 19. Refresh your browser (F5). The Trac admin page should show the new plugin in place.
    9898 20. Install TestManagerForTracPlugin the same way. This asks for another database upgrade.
    99  21. From the same command console, as root, fire again the same command as before. Then also issue the command to update the documentation, which is displayed at the end of the database update:
     99 21. From the same command console, as root, run the same command as before. Then also issue the command to update the documentation, which is displayed at the end of the database update:
    100100{{{#!sh
    101101trac-admin /var/lib/trac/foo upgrade
     
    111111== Quick startup guide for Windows
    112112
    113  1. !Install Linux
    114  1. Follow the [#QuickstartupguideforLinux Quick startup guide for Linux]
     113 1. Install Linux.
     114 1. Follow the [#QuickstartupguideforLinux Quick startup guide for Linux].