Hi,

  This is New installation

1:-  rb-site install /var/www/html/crt

Every thing is installed in /var/www/html/crt

2:- After your mail.

'rb-site upgrade [r...@crt html]# rb-site upgrade /var/www/html/crt
Rebuilding directory structure
Updating database

[!] Unable to execute the manager command syncdb: No module named
    dummy

[!] Unable to execute the manager command evolve: No module named
    dummy

3:- [r...@crt html]# rb-site upgrade /var/www/html/rbd [I tried once
again with different name, then i got the below error].
"

Creating database ...
[!] Unable to execute the manager command syncdb: No module named
    dummy
OK
Performing migrations ...
[!] Unable to execute the manager command evolve: No module named
    dummy
OK
Creating administrator account ... Traceback (most recent call last):
  File "/usr/local/bin/rb-site", line 5, in <module>
    pkg_resources.run_script('ReviewBoard==1.0rc1', 'rb-site')
  File "build/bdist.linux-x86_64/egg/pkg_resources.py", line 448, in
run_script
  File "build/bdist.linux-x86_64/egg/pkg_resources.py", line 1166, in
run_script
  File "/usr/local/lib/python2.6/site-packages/ReviewBoard-1.0rc1-
py2.6.egg/EGG-INFO/scripts/rb-site", line 1446, in <module>
    main(sys.argv[1:])
  File "/usr/local/lib/python2.6/site-packages/ReviewBoard-1.0rc1-
py2.6.egg/EGG-INFO/scripts/rb-site", line 1441, in main
    command.run()
  File "/usr/local/lib/python2.6/site-packages/ReviewBoard-1.0rc1-
py2.6.egg/EGG-INFO/scripts/rb-site", line 1049, in run
    self.show_install_status()
  File "/usr/local/lib/python2.6/site-packages/ReviewBoard-1.0rc1-
py2.6.egg/EGG-INFO/scripts/rb-site", line 1304, in show_install_status
    site.create_admin_user)
  File "/usr/local/lib/python2.6/site-packages/ReviewBoard-1.0rc1-
py2.6.egg/EGG-INFO/scripts/rb-site", line 630, in step
    func()
  File "/usr/local/lib/python2.6/site-packages/ReviewBoard-1.0rc1-
py2.6.egg/EGG-INFO/scripts/rb-site", line 325, in create_admin_user
    self.admin_password)
  File "/usr/local/lib/python2.6/site-packages/Django-1.0.2_final-
py2.6.egg/django/contrib/auth/models.py", line 118, in
create_superuser
    u = self.create_user(username, email, password)
  File "/usr/local/lib/python2.6/site-packages/Django-1.0.2_final-
py2.6.egg/django/contrib/auth/models.py", line 114, in create_user
    user.save()
  File "/usr/local/lib/python2.6/site-packages/Django-1.0.2_final-
py2.6.egg/django/db/models/base.py", line 311, in save
    self.save_base(force_insert=force_insert,
force_update=force_update)
  File "/usr/local/lib/python2.6/site-packages/Django-1.0.2_final-
py2.6.egg/django/db/models/base.py", line 383, in save_base
    result = manager._insert(values, return_id=update_pk)
  File "/usr/local/lib/python2.6/site-packages/Django-1.0.2_final-
py2.6.egg/django/db/models/manager.py", line 138, in _insert
    return insert_query(self.model, values, **kwargs)
  File "/usr/local/lib/python2.6/site-packages/Django-1.0.2_final-
py2.6.egg/django/db/models/query.py", line 894, in insert_query
    return query.execute_sql(return_id)
  File "/usr/local/lib/python2.6/site-packages/Django-1.0.2_final-
py2.6.egg/django/db/models/sql/subqueries.py", line 309, in
execute_sql
    cursor = super(InsertQuery, self).execute_sql(None)
  File "/usr/local/lib/python2.6/site-packages/Django-1.0.2_final-
py2.6.egg/django/db/models/sql/query.py", line 1724, in execute_sql
    sql, params = self.as_sql()
  File "/usr/local/lib/python2.6/site-packages/Django-1.0.2_final-
py2.6.egg/django/db/models/sql/subqueries.py", line 303, in as_sql
    result = ['INSERT INTO %s' % qn(self.model._meta.db_table)]
  File "/usr/local/lib/python2.6/site-packages/Django-1.0.2_final-
py2.6.egg/django/db/backends/dummy/base.py", line 15, in complain
    raise ImproperlyConfigured, "You haven't set the DATABASE_ENGINE
setting yet."
django.core.exceptions.ImproperlyConfigured: You haven't set the
DATABASE_ENGINE setting yet.
"

On May 19, 10:36 am, Christian Hammond <chip...@chipx86.com> wrote:
> Those instructions should be changed. You need to follow the instructions in
> the admin guide on upgrading sites using 'rb-site upgrade /path/to/site'
>
> Is this a new install? What changed on the server before this happened?
>
> Christian
>
> --
> Christian Hammond - chip...@chipx86.com
> Review Board -http://www.review-board.org
> VMware, Inc. -http://www.vmware.com
>
> On Mon, May 18, 2009 at 10:26 PM, myhuna <myh...@gmail.com> wrote:
>
> > Hi,
>
> >  When i am typing the ipadress on the browser i am getting the below
> > error.
>
> > "Database changes
> > The Review Board database schema has changed since your last upgrade.
> > To update your schema, run:
>
> >  $ ./manage.py syncdb
> >  Follow any additional instructions it may give you. If, for example,
> > it tells you to perform a schema evolution, run:
>
> >  $ ./manage.py evolve --execute"
>
> > "[r...@crt reviewboard]# vi manage.py
> > [r...@crt reviewboard]# ./manage.py
> > Unable to read settings_local.py.
>
> > Please seehttp://www.review-board.org/docs/manual/dev/admin/
> > for help setting up Review Board.
> > [r...@crt reviewboard]# vi manage.py
> > [r...@crt reviewboard]# python manage.py evolve --execute
> > Unable to read settings_local.py.
>
> > Please seehttp://www.review-board.org/docs/manual/dev/admin/
> > for help setting up Review Board.
> > [r...@crt reviewboard]# pwd
> > /usr/local/lib/python2.6/site-packages/ReviewBoard-1.0rc1-py2.6.egg/
> > reviewboard
> > [r...@crt reviewboard]# python manage.py evolve --execute
> > Unable to read settings_local.py.
>
> > Please seehttp://www.review-board.org/docs/manual/dev/admin/
> > for help setting up Review Board.
> > [r...@crt reviewboard]# ./manage.py syncdb
> > Unable to read settings_local.py.
>
> > Please seehttp://www.review-board.org/docs/manual/dev/admin/
> > for help setting up Review Board.
> > [r...@crt reviewboard]#"
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To post to this group, send email to reviewboard@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to