home *** CD-ROM | disk | FTP | other *** search
/ 207.182.244.42 / 207.182.244.42.tar / 207.182.244.42 / pub / trac-install.log < prev    next >
Text File  |  2007-01-08  |  6KB  |  131 lines

  1.  Indexing repository
  2.  
  3. ---------------------------------------------------------------------
  4. Project environment for 'Sandbox' created.
  5.  
  6. You may now configure the environment by editing the file:
  7.  
  8.   /var/trac/project/sandbox/conf/trac.ini
  9.  
  10. If you'd like to take this new project environment for a test drive,
  11. try running the Trac standalone web server `tracd`:
  12.  
  13.   tracd --port 8000 /var/trac/project/sandbox
  14.  
  15. Then point your browser to http://localhost:8000/sandbox.
  16. There you can also browse the documentation for your installed
  17. version of Trac, including information on further setup (such as
  18. deploying Trac to a real web server).
  19.  
  20. The latest documentation can also always be found on the project
  21. website:
  22.  
  23.   http://trac.edgewall.org/
  24.  
  25. Congratulations!
  26.  
  27. [root@checkin ~]# sudo su - postgres -c "createdb -E utf-8 trac-snap"
  28. CREATE DATABASE
  29. [root@checkin ~]# trac-admin /var/trac/project/snap initenv
  30. Initenv for '/var/trac/project/snap' failed.
  31. Does an environment already exist?
  32. [root@checkin ~]# rm -rf /var/trac/project/snap/
  33. [root@checkin ~]# trac-admin /var/trac/project/snap initenv
  34. Creating a new Trac environment at /var/trac/project/snap
  35.  
  36. Trac will first ask a few questions about your environment
  37. in order to initalize and prepare the project database.
  38.  
  39.  Please enter the name of your project.
  40.  This name will be used in page titles and descriptions.
  41.  
  42. Project Name [My Project]> Snap System
  43.  
  44.  Please specify the connection string for the database to use.
  45.  By default, a local SQLite database is created in the environment
  46.  directory. It is also possible to use an already existing
  47.  PostgreSQL database (check the Trac documentation for the exact
  48.  connection string syntax).
  49.  
  50. Database connection string [sqlite:db/trac.db]> postgres://tracuser:dabears@database.snapgame.net/trac-snap
  51.  
  52.  Please specify the type of version control system,
  53.  By default, it will be svn.
  54.  
  55.  If you don't want to use Trac with version control integration,
  56.  choose the default here and don't specify a repository directory.
  57.  in the next question.
  58.  
  59. Repository type [svn]>
  60.  
  61.  Please specify the absolute path to the version control
  62.  repository, or leave it blank to use Trac without a repository.
  63.  You can also set the repository location later.
  64.  
  65. Path to repository [/path/to/repos]> /var/lib/svn/repositories/snap
  66.  
  67.  Please enter location of Trac page templates.
  68.  Default is the location of the site-wide templates installed with Trac.
  69.  
  70. Templates directory [/usr/share/trac/templates]>
  71.  
  72. Creating and Initializing Project
  73.  Installing default wiki pages
  74.  /usr/share/trac/wiki-default/TracReports => TracReports
  75.  /usr/share/trac/wiki-default/TracModPython => TracModPython
  76.  /usr/share/trac/wiki-default/TracNotification => TracNotification
  77.  /usr/share/trac/wiki-default/RecentChanges => RecentChanges
  78.  /usr/share/trac/wiki-default/TracRoadmap => TracRoadmap
  79.  /usr/share/trac/wiki-default/WikiDeletePage => WikiDeletePage
  80.  /usr/share/trac/wiki-default/TracChangeset => TracChangeset
  81.  /usr/share/trac/wiki-default/TracEnvironment => TracEnvironment
  82.  /usr/share/trac/wiki-default/TracFastCgi => TracFastCgi
  83.  /usr/share/trac/wiki-default/WikiMacros => WikiMacros
  84.  /usr/share/trac/wiki-default/TracLogging => TracLogging
  85.  /usr/share/trac/wiki-default/TracAccessibility => TracAccessibility
  86.  /usr/share/trac/wiki-default/TracTicketsCustomFields => TracTicketsCustomFields
  87.  /usr/share/trac/wiki-default/WikiHtml => WikiHtml
  88.  /usr/share/trac/wiki-default/WikiStart => WikiStart
  89.  /usr/share/trac/wiki-default/WikiPageNames => WikiPageNames
  90.  /usr/share/trac/wiki-default/WikiRestructuredText => WikiRestructuredText
  91.  /usr/share/trac/wiki-default/CamelCase => CamelCase
  92.  /usr/share/trac/wiki-default/TracTickets => TracTickets
  93.  /usr/share/trac/wiki-default/TracSupport => TracSupport
  94.  /usr/share/trac/wiki-default/InterMapTxt => InterMapTxt
  95.  /usr/share/trac/wiki-default/TracStandalone => TracStandalone
  96.  /usr/share/trac/wiki-default/TracRevisionLog => TracRevisionLog
  97.  /usr/share/trac/wiki-default/TracInterfaceCustomization => TracInterfaceCustomization
  98.  /usr/share/trac/wiki-default/TracAdmin => TracAdmin
  99.  /usr/share/trac/wiki-default/SandBox => SandBox
  100.  /usr/share/trac/wiki-default/TracGuide => TracGuide
  101.  /usr/share/trac/wiki-default/TracLinks => TracLinks
  102.  /usr/share/trac/wiki-default/InterTrac => InterTrac
  103.  /usr/share/trac/wiki-default/InterWiki => InterWiki
  104.  /usr/share/trac/wiki-default/TracQuery => TracQuery
  105.  /usr/share/trac/wiki-default/TracUnicode => TracUnicode
  106.  /usr/share/trac/wiki-default/TracUpgrade => TracUpgrade
  107.  /usr/share/trac/wiki-default/WikiNewPage => WikiNewPage
  108.  /usr/share/trac/wiki-default/TitleIndex => TitleIndex
  109.  /usr/share/trac/wiki-default/TracWiki => TracWiki
  110.  /usr/share/trac/wiki-default/TracBackup => TracBackup
  111.  /usr/share/trac/wiki-default/TracPermissions => TracPermissions
  112.  /usr/share/trac/wiki-default/TracImport => TracImport
  113.  /usr/share/trac/wiki-default/TracInstall => TracInstall
  114.  /usr/share/trac/wiki-default/TracPlugins => TracPlugins
  115.  /usr/share/trac/wiki-default/TracSyntaxColoring => TracSyntaxColoring
  116.  /usr/share/trac/wiki-default/TracTimeline => TracTimeline
  117.  /usr/share/trac/wiki-default/WikiRestructuredTextLinks => WikiRestructuredTextLinks
  118.  /usr/share/trac/wiki-default/TracBrowser => TracBrowser
  119.  /usr/share/trac/wiki-default/TracCgi => TracCgi
  120.  /usr/share/trac/wiki-default/TracIni => TracIni
  121.  /usr/share/trac/wiki-default/TracRss => TracRss
  122.  /usr/share/trac/wiki-default/WikiFormatting => WikiFormatting
  123.  /usr/share/trac/wiki-default/TracSearch => TracSearch
  124.  /usr/share/trac/wiki-default/WikiProcessors => WikiProcessors
  125.  
  126.  
  127. [root@checkin ~]# vi /etc/sysconfig/tracd
  128. [root@checkin ~]# service tracd restart
  129. Shutting down tracd:                                            [  OK  ]
  130. Starting tracd:                                                 [  OK  ]
  131.