Re: About Installation of Reviewboard

2010-02-24 Thread JohnHenry
Any Suggestion ?

-- 
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: About Installation of Reviewboard

2010-02-24 Thread Christian Hammond
Hi,

You're going to want to modify the appropriate models.py and forms.py files.
You will also need to learn how to write django-evolution evolution files
(in the evolutions/ directories). To learn how to do that, you're going to
need to read the Django tutorial and documentation at
http://docs.djangoproject.com/en/dev/ and the django-evolution documentation
at http://code.google.com/p/django-evolution/

It sounds like you're doing some pretty custom stuff. We can't really
provide support for installs that are this custom. If something goes wrong
with your install, there's no good way of knowing whether it's an issue on
our end or your end.

It might be worth posting development-related questions to the
reviewboard-dev mailing list, and Django-related questions to the django
listservs.

Christian

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


On Wed, Feb 24, 2010 at 6:47 PM, JohnHenry qhlonl...@163.com wrote:

 Any Suggestion ?

 --
 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.comreviewboard%2bunsubscr...@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:Re: About Installation of Reviewboard

2010-02-06 Thread qhlonline
Thanks Christian
During the rb-site installation. I found that rb-site install will create the 
Database Tables for use. Some Table correspond to a Model, and mapped to a Form 
class.
Now I want to change the view of the ReviewRequest list, So that some myself 
defined columns of information were shown on the ReviewRequest lists. So I may 
had to add some Table columns.
I mean, If I want change the Database Tables( Add new Tables or edit existing 
tables)  of Reviewboard, How do I make those changes reflacted to

Model definitions or Form items? Do I have to change the Form Defination souce 
file or the Model definition python souce, Then redo the rb-site install ? Or I 
can just change the Database Tables definition, and then change the source 
files without running rb-site install?

Best Regards! 
在2010-02-06 07:32:16,Christian Hammond chip...@chipx86.com 写道:
Hi,

rb-site doesn't remember any of these values, so you can't reconfigure this 
way. However, it all really just boils down to making the initial directory 
structure and then writing conf/settings_local.py. So you can modify this file 
for any of your new settings. You'd want to see the Django documentation on 
these settings.

The web server configuration, however, would probably require installing into a 
different location temporarily, taking the generated config file, modifying it 
for the old paths, and using that. There's no way today to just have it create 
a new web server config file.

Christian

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



On Wed, Feb 3, 2010 at 5:41 PM, JohnHenry qhlonl...@163.com wrote:
Hi, all.
   The reviewboard installation process is to run 'rb-site install
path' , Then we will specify some parameters like 'Domain Name'
'DataBase Type' 'Cache Type' 'Webserver' ...  . I want to konw, If I
had finished the RB install and had used it for some time, Can I
change those settings? and How?
   For example, Our installation did not install memcache, So we
specify the 'Cache Type' as file type. But when We had used it for
some time, We want speed up accession, So we used memcache, We want to
change this settings then.
   Other settings, If we want change webserver,  change database ,
and so on. How to do this, Do we need to reinstall the rb-site?

Best Regards!

--
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



-- 
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

-- 
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: About Installation of Reviewboard

2010-02-05 Thread Christian Hammond
Hi,

rb-site doesn't remember any of these values, so you can't reconfigure this
way. However, it all really just boils down to making the initial directory
structure and then writing conf/settings_local.py. So you can modify this
file for any of your new settings. You'd want to see the Django
documentation on these settings.

The web server configuration, however, would probably require installing
into a different location temporarily, taking the generated config file,
modifying it for the old paths, and using that. There's no way today to just
have it create a new web server config file.

Christian

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


On Wed, Feb 3, 2010 at 5:41 PM, JohnHenry qhlonl...@163.com wrote:

 Hi, all.
The reviewboard installation process is to run 'rb-site install
 path' , Then we will specify some parameters like 'Domain Name'
 'DataBase Type' 'Cache Type' 'Webserver' ...  . I want to konw, If I
 had finished the RB install and had used it for some time, Can I
 change those settings? and How?
For example, Our installation did not install memcache, So we
 specify the 'Cache Type' as file type. But when We had used it for
 some time, We want speed up accession, So we used memcache, We want to
 change this settings then.
Other settings, If we want change webserver,  change database ,
 and so on. How to do this, Do we need to reinstall the rb-site?

 Best Regards!

 --
 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.comreviewboard%2bunsubscr...@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

About Installation of ReviewBoard

2009-12-09 Thread JohnHenry
Hi, everyone,
   I am a beginer of ReviewBoard. I had read your Institution on how
to install ReviewBoard. My system is Linux RedHat and I had no root
permission. My system didn't have yum installed. But your
institution are full of yum command, I had trid to install yum
too. But because I have no root permission and can not install rpm
packages. Then can anybody give me instruction on how to install the
RB and it's dependencies without yum command and without root
permissions?
   I had tried to install MySQL under current user permission. But
resulting errors when installing the rb-site:
//
* 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)

Then I think it is because I have installed mysql_python before
MySQL 5.1.4 (The Server Machine has a MySQL5.0.19 installed by the
root, But latter I know ReviewBorder need 5.0.31 or latter ); Then I
delete this  Mysql_Python and reinstall it with easy_install, But the
result is also the same. What is the reason then?
Regards!

-- 
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: About Installation of ReviewBoard

2009-12-09 Thread Christian Hammond
Hi,

You're going to have a hard time installing this without having some form of
root access. In particular, you will need to modify Apache's configuration,
and if you don't have access to this, you're out of luck.

Without having access to yum, you'll need to download and compile every
dependency by hand. We can't support this, as it's likely to be complex,
especially without root access.

I'm not sure I entirely understand the MySQL question, but it may be due to
not having the proper library support for MySQL on the system, which the
MySQLdb Python module would need. If you don't have this, you'll need to
compile it. I can't say exactly without knowing more about the system.

This sounds like a pretty locked-down system. Are you just looking to play
around with Review Board, or are you hoping to run a full, working
installation on that system? If you're looking to just play around, it might
be worth setting up a Virtual Machine on your own computer running Ubuntu
(as that's the easiest to install on) and installing in there. If, however,
you need Review Board to work as a productive system, you'll likely need to
find a computer that you can have root access on.

Christian

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


On Wed, Dec 9, 2009 at 3:51 AM, JohnHenry qhlonl...@163.com wrote:

 Hi, everyone,
   I am a beginer of ReviewBoard. I had read your Institution on how
 to install ReviewBoard. My system is Linux RedHat and I had no root
 permission. My system didn't have yum installed. But your
 institution are full of yum command, I had trid to install yum
 too. But because I have no root permission and can not install rpm
 packages. Then can anybody give me instruction on how to install the
 RB and it's dependencies without yum command and without root
 permissions?
   I had tried to install MySQL under current user permission. But
 resulting errors when installing the rb-site:
 //
 * 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)
 
Then I think it is because I have installed mysql_python before
 MySQL 5.1.4 (The Server Machine has a MySQL5.0.19 installed by the
 root, But latter I know ReviewBorder need 5.0.31 or latter ); Then I
 delete this  Mysql_Python and reinstall it with easy_install, But the
 result is also the same. What is the reason then?
 Regards!

 --
 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.comreviewboard%2bunsubscr...@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: About Installation of ReviewBoard

2009-12-09 Thread Jim Priest
On Dec 9, 6:59 am, Christian Hammond chip...@chipx86.com wrote:
 This sounds like a pretty locked-down system. Are you just looking to play
 around with Review Board, or are you hoping to run a full, working
 installation on that system? If you're looking to just play around, it might
 be worth setting up a Virtual Machine on your own computer running Ubuntu

I've blogged about setting up Review Board in VirtualBox here

http://www.thecrumb.com/2009/07/03/review-board-code-reviews-made-easy-installation/

I'm running that on a older desktop and currently have a few people
using it.   As Christian said - if you don't have root access you
aren't going to get very far.  :(

Jim

-- 
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