Edgewall Software

Ticket #5523 (closed enhancement: worksforme)

Opened 19 months ago

Last modified 19 months ago

SQLITE Database Setup

Reported by: tak@… Owned by: jonas
Priority: normal Milestone:
Component: general Version: 0.10.3
Severity: normal Keywords:
Cc:

Description

I am not sure why this isn't part of the installation instruction which would make perfect sense to me however, I am running ubuntu 7.04 and I have installed everything under the same apache2, php5, mod_python, python, mysql, sqlite3.

My issue is this, I don't know how to create the trac.db in sql. I figured maybe your script that says sqlite_backend.py would do it for me and when I try and run it I just get nothing.

Attachments

Change History

Changed 19 months ago by tak@…

When I go to my trac page this is the error I get too::

Oops...

Trac detected an internal error: [Errno 2] No such file or directory: '/var/lib/trac/chungs/VERSION'

Traceback (most recent call last):

File "/usr/share/trac/cgi-bin/trac.cgi", line 20, in <module>

cgi_frontend.run()

File "/usr/lib/python2.5/site-packages/trac/web/cgi_frontend.py", line 68, in run

gateway.run(dispatch_request)

File "/usr/lib/python2.5/site-packages/trac/web/wsgi.py", line 87, in run

response = application(self.environ, self._start_response)

File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 391, in dispatch_request

env = _open_environment(env_path, run_once=run_once)

File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 51, in _open_environment

return open_environment(env_path)

File "/usr/lib/python2.5/site-packages/trac/env.py", line 462, in open_environment

env = Environment(env_path)

File "/usr/lib/python2.5/site-packages/trac/env.py", line 147, in init

self.verify()

File "/usr/lib/python2.5/site-packages/trac/env.py", line 195, in verify

fd = open(os.path.join(self.path, 'VERSION'), 'r')

IOError: [Errno 2] No such file or directory: '/var/lib/trac/chungs/VERSION'

Changed 19 months ago by tak@…

  • status changed from new to closed
  • resolution set to fixed

So I fixed it. Nevermind

Changed 19 months ago by eblot

  • status changed from closed to reopened
  • resolution fixed deleted

Changed 19 months ago by eblot

  • priority changed from highest to normal
  • status changed from reopened to closed
  • resolution set to worksforme
  • severity changed from critical to normal
  • milestone not applicable deleted

Add/Change #5523 (SQLITE Database Setup)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from jonas. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.