-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hey developers,

I tried again, this time downloading it from the git repository with the
command git clone git://github.com/mysociety/whatdotheyknow.git.

Which gave me (everything working so far)
fast:/var/www/mynetblog.com/www/records# git clone
git://github.com/mysociety/whatdotheyknow.git
Initialized empty Git repository in
/var/www/mynetblog.com/www/records/whatdotheyknow/.git/
remote: Counting objects: 23930, done.
remote: Compressing objects: 100% (9573/9573), done.
remote: Total 23930 (delta 14973), reused 22092 (delta 13530)
Receiving objects: 100% (23930/23930), 21.21 MiB | 38 KiB/s, done.
Resolving deltas: 100% (14973/14973), done.

Then I did a cd to whatdotheyknow (the downloaded git repo) and did a
git submodule update --init which gave me this (still working well)

Submodule 'commonlib' (git://git.mysociety.org/commonlib) registered for
path 'commonlib'
Initialized empty Git repository in
/var/www/mynetblog.com/www/records/whatdotheyknow/commonlib/.git/
remote: Counting objects: 5284, done.
remote: Compressing objects: 100% (2017/2017), done.
remote: Total 5284 (delta 3336), reused 5037 (delta 3197)
Receiving objects: 100% (5284/5284), 1.00 MiB | 24 KiB/s, done.
Resolving deltas: 100% (3336/3336), done.
Submodule path 'commonlib': checked out
'a901c2a431f7869f5c2eaee5808f8590ca78544e'

I thought this would be the silver bullet, but I still get this error:
undefined method `reenable' for <Rake::Task db:schema:dump =>
[environment]>:Rake::Task

I'm not asking for any jurisdiction conversion here, just a little help
getting through the install process. I plan on changing the agency
names, content, etc. manually (thinking this will require some database
hacking if I'm not mistaken but maybe there's a fancy admin panel for
it, I don't know).

This software looks awesome but if I can't get it installed I'll never
know whether it is or not : /

Thanks for any help you can offer.

Ringo






Francis Irving wrote:
> Hi Ringo,
> 
> As Matthew says, you'll need to use the version from git, not the
> tarball.
> 
> It will take a few weeks of work to convert the WhatDoTheyKnow
> codebase properly to a new jurisdiction.
> 
> It would take about 6-12 months of work to rewrite.
> 
> We're happy to help with the conversion, but you'll need to talk to us
> first, and pay us money to do it.
> 
> Francis
> 
> On Fri, Feb 19, 2010 at 07:13:21PM -0500, Ringo wrote:
> Gotcha. I actually downloaded the tar.gz instead of fetching via git.
> Could this have been the cause of the problem?
> 
> I'm still stuck here, hoping somebody can offer guidance. I'm working on
> building a site for making/tracking/publishing requests under the
> Washington State Public Records Act and unfortunately it looks like I'm
> going to have to go to drupal or mediawiki. This is a huge downer as
> this system is custom-made for what I'm doing.
> 
> Ringo
> 
> Matthew Somerville wrote:
>>>> Ringo Kamens wrote:
>>>>> Alright, so I looked more info this and found out I was missing rblib,
>>>>> which I couldn't find in git (where I got the codebase).
>>>> Can't help you with the main problem you have at the end, but rblib is
>>>> in git. As you can see from http://github.com/mysociety/whatdotheyknow ,
>>>> commonlib (which includes rblib) is included as a submodule. You have to
>>>> run "git submodule update --init" in order to fetch submodules after
>>>> cloning - this should be put in the README.
>>>>
>>>> ATB,
>>>> Matthew
>>>>
>>>>> I got it (the
>>>>> rblib folder)from the cvs daily build and put it in ./ (the
>>>>> whatdotheyknow directory) ./script and ./config in a directory called
>>>>> rblib. I also copied the contents to each of those directories and the
>>>>> error message went away.
>>>>>
>>>>> Unfortunately, I've run into another trip-up when running the install
>>>>> script,
>>>>>
>>>>> ==  ChangeRawEmailToBinary: migrating
>>>>> =========================================
>>>>> -- change_column(:raw_emails, :data, :binary, {:null=>true})
>>>>> rake aborted!
>>>>> An error has occurred, this and all later migrations canceled:
>>>>>
>>>>> PGError: ERROR:  column "data" cannot be cast to type "bytea"
>>>>> : ALTER TABLE "raw_emails" ALTER COLUMN "data" TYPE bytea
>>>>>
>>>>> (See full trace by running task with --trace)
>>>>>
>>>>>
>>>>> Does anybody know what this means or how I might fix it?
>>>> _______________________________________________
>>>> Mailing list [email protected]
>>>> Archive, settings, or unsubscribe:
>>>> https://secure.mysociety.org/admin/lists/mailman/listinfo/developers-public
>>>>
>>
_______________________________________________
Mailing list [email protected]
Archive, settings, or unsubscribe:
https://secure.mysociety.org/admin/lists/mailman/listinfo/developers-public
>>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkuCN0IACgkQETpif9i/srriaQCdFCtWWU8tJsf35nj+wpNOz0/C
R6sAnjp3rsk8kM57GW4f2BscaDl6JihQ
=nzC+
-----END PGP SIGNATURE-----

_______________________________________________
Mailing list [email protected]
Archive, settings, or unsubscribe:
https://secure.mysociety.org/admin/lists/mailman/listinfo/developers-public

Reply via email to