Modify ↓
#36 closed defect (fixed)
No install instructions given
Reported by: | anonymous | Owned by: | cmlenz |
---|---|---|---|
Priority: | major | Milestone: | 0.4 |
Component: | Documentation | Version: | |
Keywords: | Cc: | ||
Operating System: |
Description (last modified by cmlenz)
Couldn't find any install instructions.
I'm currently stuck because I can't find how one is supposed to create the tables for bitten:
demos% bittend /home/fermigier/trac-svn/var Traceback (most recent call last): File "/usr/bin/bittend", line 4, in ? pkg_resources.run_script('bitten==0.2', 'bittend') File "/usr/lib/python2.3/site-packages/setuptools-0.5a13-py2.3.egg/pkg_resources.py", line 111, in run_script require(dist_spec)[0].metadata.run_script(script_name, ns) File "/usr/lib/python2.3/site-packages/setuptools-0.5a13-py2.3.egg/pkg_resources.py", line 640, in run_script exec script_code in namespace, namespace File "/usr/bin/bittend", line 24, in ? File "build/bdist.linux-i686/egg/bitten/master.py", line 467, in main File "build/bdist.linux-i686/egg/bitten/master.py", line 55, in __init__ File "build/bdist.linux-i686/egg/bitten/model.py", line 113, in select File "/usr/lib/python2.3/site-packages/sqlite/main.py", line 244, in execute self.rs = self.con.db.execute(SQL) _sqlite.DatabaseError: no such table: bitten_config
Attachments (0)
Change History (3)
comment:1 Changed 19 years ago by cmlenz
- Description modified (diff)
- Milestone changed from 0.3 to 0.4
comment:2 Changed 19 years ago by cmlenz
- Status changed from new to assigned
Currently working on a README.txt file that will explain the installation. The content should also go on a wiki page, of course.
comment:3 Changed 19 years ago by cmlenz
- Resolution set to fixed
- Status changed from assigned to closed
Fixed in [197]. Also see Bitten Install.
Note: See
TracTickets for help on using
tickets.
I'll write installation instructions when Bitten gets to a usable point at milestone 0.4. Until then, you probably don't really want to seriously use/install it.
Anyway, creating the database tables works by registering Bitten with Trac as a plugin, and running trac-admin upgrade. Though the build master should probably be able to create the DB tables itself if a corresponding command-line option is provided.