Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

#5523 closed enhancement (worksforme)

SQLITE Database Setup

Reported by: tak@… Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version: 0.10.3
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

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 (0)

Change History (4)

comment:1 by tak@…, 17 years ago

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'

comment:2 by tak@…, 17 years ago

Resolution: fixed
Status: newclosed

So I fixed it. Nevermind

comment:3 by Emmanuel Blot, 17 years ago

Resolution: fixed
Status: closedreopened

comment:4 by Emmanuel Blot, 17 years ago

Milestone: not applicable
Priority: highestnormal
Resolution: worksforme
Severity: criticalnormal
Status: reopenedclosed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.