Re: Installing when not root

2009-10-26 Thread Christian Hammond
Glad you got it working and figured it out. I've been at the Google Summer
of Code Mentor Summit the past couple of days, so I didn't have time to
really get back to you on this with any information, but it sounds like
things are fine now.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com


On Mon, Oct 26, 2009 at 12:18 PM, David McCloskey
wrote:

>
> The problem was:
> 1. I compiled Python myself
> 2. I installed SQLite after Python
> 3. When I compiled Python, the build scripts didn't find sqlite so
> they didn't make the modules
> 4. I didn't read the line at the end of "make" that shows which
> modules couldn't be compiled
>
> Protip: Make sure you compile sqlite before Python if you're doing the
> same as me.
>
> On Oct 23, 4:05 pm, David McCloskey  wrote:
> > I'm trying to get an installation running using sqlite and lighttpd
> > without being root (as a test before I bother my company's sys
> > admins).   I have installed python2.6 into a local directory, and I
> > got rb-site actually running.  However, when I try to start it up, it
> > says modules are missing.  It's my understanding that memcached is
> > optional, and that Python 2.6 has sqlite installed within it.  So, how
> > can required modules be missing?
> >
> > Here's what I'm running:
> >
> > rb-site -d install --db-type=sqlite3 --web-server-type=lighttpd --
> > admin-user=xxx --admin-password=xxx --admin-email=xxx /users/mcclosdl/
> > proj/reviewboard/www/review1
> >
> > * Welcome to the Review Board site installation wizard.
> >
> > This will prepare a Review Board site installation in:
> >
> > /users/mcclosdl/proj/reviewboard/www/review1
> >
> > We need to know a few things before we can prepare your site for
> > installation. This will only take a few minutes.
> >
> > * Required modules are missing.
> >
> > You are missing Python modules that are needed before the
> > installation process. You will need to install the necessary
> > modules and restart the install.
> >
> > Server Cache (optional):
> > * memcached (cmemcache, memcache)
> >
> > Databases (required):
> > * sqlite3 (pysqlite2, sqlite3)
> > * MySQL (MySQLdb)
> > * PostgreSQL (psycopg2)
> > To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/reviewboard?hl=en
> -~--~~~~--~~--~--~---
>
>

--~--~-~--~~~---~--~~
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~--~~~~--~~--~--~---



Re: Installing when not root

2009-10-26 Thread David McCloskey

The problem was:
1. I compiled Python myself
2. I installed SQLite after Python
3. When I compiled Python, the build scripts didn't find sqlite so
they didn't make the modules
4. I didn't read the line at the end of "make" that shows which
modules couldn't be compiled

Protip: Make sure you compile sqlite before Python if you're doing the
same as me.

On Oct 23, 4:05 pm, David McCloskey  wrote:
> I'm trying to get an installation running using sqlite and lighttpd
> without being root (as a test before I bother my company's sys
> admins).   I have installed python2.6 into a local directory, and I
> got rb-site actually running.  However, when I try to start it up, it
> says modules are missing.  It's my understanding that memcached is
> optional, and that Python 2.6 has sqlite installed within it.  So, how
> can required modules be missing?
>
> Here's what I'm running:
>
> rb-site -d install --db-type=sqlite3 --web-server-type=lighttpd --
> admin-user=xxx --admin-password=xxx --admin-email=xxx /users/mcclosdl/
> proj/reviewboard/www/review1
>
> * Welcome to the Review Board site installation wizard.
>
>     This will prepare a Review Board site installation in:
>
>     /users/mcclosdl/proj/reviewboard/www/review1
>
>     We need to know a few things before we can prepare your site for
>     installation. This will only take a few minutes.
>
> * Required modules are missing.
>
>     You are missing Python modules that are needed before the
>     installation process. You will need to install the necessary
>     modules and restart the install.
>
>     Server Cache (optional):
>         * memcached (cmemcache, memcache)
>
>     Databases (required):
>         * sqlite3 (pysqlite2, sqlite3)
>         * MySQL (MySQLdb)
>         * PostgreSQL (psycopg2)
--~--~-~--~~~---~--~~
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~--~~~~--~~--~--~---



Installing when not root

2009-10-23 Thread David McCloskey

I'm trying to get an installation running using sqlite and lighttpd
without being root (as a test before I bother my company's sys
admins).   I have installed python2.6 into a local directory, and I
got rb-site actually running.  However, when I try to start it up, it
says modules are missing.  It's my understanding that memcached is
optional, and that Python 2.6 has sqlite installed within it.  So, how
can required modules be missing?

Here's what I'm running:

rb-site -d install --db-type=sqlite3 --web-server-type=lighttpd --
admin-user=xxx --admin-password=xxx --admin-email=xxx /users/mcclosdl/
proj/reviewboard/www/review1


* Welcome to the Review Board site installation wizard.

This will prepare a Review Board site installation in:

/users/mcclosdl/proj/reviewboard/www/review1

We need to know a few things before we can prepare your site for
installation. This will only take a few minutes.


* Required modules are missing.

You are missing Python modules that are needed before the
installation process. You will need to install the necessary
modules and restart the install.

Server Cache (optional):
* memcached (cmemcache, memcache)

Databases (required):
* sqlite3 (pysqlite2, sqlite3)
* MySQL (MySQLdb)
* PostgreSQL (psycopg2)

--~--~-~--~~~---~--~~
Want to help the Review Board project? Donate today at
http://www.reviewboard.org/donate/
Happy user? Let us know at
http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/reviewboard?hl=en
-~--~~~~--~~--~--~---