openmundi / world.db

Free open public domain world database 'n' schema for use in any (programming) language (e.g. uses plain text datasets)
Creative Commons Zero v1.0 Universal
570 stars 54 forks source link

creating copy fails #14

Closed rpedela closed 10 years ago

rpedela commented 10 years ago

Here is the output on Ubuntu 12.04 with Ruby 1.9.3.

$ git clone git://github.com/openmundi/world.db.git
$ worlddb setup --include ./world.db
confdb/1.1.1 on Ruby 1.9.3 (2011-10-30) [x86_64-linux]
tagutils/0.2.2 on Ruby 1.9.3 (2011-10-30) [x86_64-linux]
  [TagDb.has_many_tags] adding taggings n tags has_many assocs to model >WorldDb::Model::Country<
  [TagDb.has_many_tags] adding taggings n tags has_many assocs to model >WorldDb::Model::Region<
  [TagDb.has_many_tags] adding taggings n tags has_many assocs to model >WorldDb::Model::City<
worlddb/2.0.4 on Ruby 1.9.3 (2011-10-30) [x86_64-linux]
logdb 0.6.0 on Ruby 1.9.3 (2011-10-30) [x86_64-linux]
worlddb/2.0.4 on Ruby 1.9.3 (2011-10-30) [x86_64-linux]
worlddb/2.0.4 on Ruby 1.9.3 (2011-10-30) [x86_64-linux]
working directory: /home/pedela/source/worlddb
Connecting to db using settings: 
{:adapter=>"sqlite3", :database=>"./world.db"}
-- create_table(:logs)

*** error: unable to open database file

Then I tried executing worlddb inside the repo directory which succeeded.

$ git clone git://github.com/openmundi/world.db.git
$ cd world.db
$ worlddb setup
WORKS!!!
geraldb commented 10 years ago

Please send build erros to the mailing list/forum. Thanks.

rpedela commented 10 years ago

Just curious, what is the Github issue tracker for then?