librelist archives

« back to archive

Installing Zamboni

Installing Zamboni

From:
Sundar
Date:
2010-09-16 @ 03:12
Hello,

I am new to AMO and I have been trying to setup Zamboni in my machine. I
followed the instructions available on
http://jbalogh.github.com/zamboni/topics/installation/.
I encountered the following error and could not resolve it. I am new to
Python as well (java developer over 5 years). Any pointers/help for
resolving the issue and getting started with Zamboni is appreciated.

(zamboni)meenu@meenu-laptop:~/learning/code/zamboni$ ./manage.py syncdb
--noinput
Error: No module named tower

Thanks in advance.

- Sundar

Re: [zamboni] Installing Zamboni

From:
Jeff Balogh
Date:
2010-09-16 @ 04:40
On Wed, Sep 15, 2010 at 8:13 PM, Sundar <mail@devsundar.com> wrote:
> (zamboni)meenu@meenu-laptop:~/learning/code/zamboni$ ./manage.py syncdb
> --noinput
> Error: No module named tower

That dependency should be in the vendor library.  Did you set it up
with `git clone --recursive`?  tower should be in vendor/src/tower.

Re: [zamboni] Installing Zamboni

From:
Jeff Balogh
Date:
2010-09-22 @ 02:47
On Sat, Sep 18, 2010 at 11:09 AM, Sundar <mail@devsundar.com> wrote:
> Hello Jeff Balogh,
> Thanks, Now I have setup Zamboni in my machine and taking my baby steps in
> hacking the code.
> Is there any database dump to use in the local machine? Any links to test
> data or dump of production data is appreciated.

Right now we don't have any test data you can use.  We can't
distribute dumps from production since that contains sensitive info.
We're working on hosting a site that we can use to populate test data.

For the moment, I'd suggest using syncdb to get the schema and then
using our fixtures to get some data.

Re: [zamboni] Installing Zamboni

From:
Sundar
Date:
2010-09-18 @ 18:09
Hello Jeff Balogh,
Thanks, Now I have setup Zamboni in my machine and taking my baby steps in
hacking the code.
Is there any database dump to use in the local machine? Any links to test
data or dump of production data is appreciated.

Thanks in advance.

- sundar

On Thu, Sep 16, 2010 at 10:10 AM, Jeff Balogh <jbalogh@mozilla.com> wrote:

> On Wed, Sep 15, 2010 at 8:13 PM, Sundar <mail@devsundar.com> wrote:
> > (zamboni)meenu@meenu-laptop:~/learning/code/zamboni$ ./manage.py syncdb
> > --noinput
> > Error: No module named tower
>
> That dependency should be in the vendor library.  Did you set it up
> with `git clone --recursive`?  tower should be in vendor/src/tower.
>