Edgewall Software

Changes between Version 2 and Version 3 of TracDev/DevelopmentEnvironmentSetup


Ignore:
Timestamp:
Mar 17, 2008, 1:00:25 AM (16 years ago)
Author:
Daniel Greenfeld <pydanny@…>
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/DevelopmentEnvironmentSetup

    v2 v3  
    11= Developer setup for Trac =
    2 This tutorial assumes you have SVN installed.  If you don't please go to the [http://subversion.tigris.org/ Subversion] website and follow the directions of installation there.
     2This tutorial assumes you have SVN installed.  If you don't have SVN installed please go to the [http://subversion.tigris.org/ Subversion] website and follow the directions of installation there.
    33
    44== Setting up the environment ==
    5 Before we begin to develop in Trac, or even download Trac code, lets create a standalone environment.
     5Before we begin to develop in Trac, or even download Trac code, first create a standalone environment.
    66
    77=== Create a working directory ===
     
    5757{{{
    5858trac-admin test initenv
    59 ... abount installation
     59}}}
     60'''note:''' Press return for every option.
     61
     62=== Make anonymous users have full access ===
     63{{{
    6064trac-admin test permission add anonymous TRAC_ADMIN
    6165}}}
     66'''note:''' Don't do this in production!
    6267
    6368=== Installing the trackdeveloperplugin ===
     
    7984'''note''': The -r command puts Trac into refresh mode so your code changes will show up quickly.
    8085
    81 
    8286=== Web stuff ===
    8387Switch to your browser and go to this URL: