| 3 | |
| 4 | == Creating an Environment == |
| 5 | A new Trac environment is created using [wiki:TracAdmin trac-admin], like: |
| 6 | |
| 7 | {{{ |
| 8 | $ trac-admin /path/to/projectenv initenv |
| 9 | }}} |
| 10 | |
| 11 | [wiki:TracAdmin trac-admin] will ask you where your subversion repository is located and |
| 12 | where it can find the trac templates directory (the default value should work for a typical install). |
| 13 | |
| 14 | '''Note:''' The web server user will require file system write permission to the environment |
| 15 | directory and all the files inside. '''Remember to set the appropriate permissions.'' |
| 16 | |
| 17 | The same applies for the subversion repository files (unless using the [http://svn.collab.net/repos/svn/trunk/notes/fsfs FSFS Subversion backend], something we highly recommend. |
| 18 | |