Re: After installation of reviewboard, I am not able to see the site instead I can see only the directory structure

2015-04-02 Thread Karti
Hi,

I was able to successfully install Review Board on my Ubuntu 14 machine.
Next: creating a site. I followed all the steps mentioned in the site 
including disabling the default and enabling my reviewboard.conf.
When i open firefox and enter localhost, all i see is the default apache 
page.
How to get my reviewboard site?
Could find anything useful in apache log.

Thanks,
karti


On Thursday, May 22, 2014 at 3:04:23 PM UTC+5:30, Manoj Kumar wrote:

 Following are  the steps that I have performed while setting up the 
 site.But I am unable to access the site.



 * Welcome to the Review Board site installation wizard

 This will prepare a Review Board site installation in:

 /var/www/sdk..com

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


 * Make sure you have the modules you need

 Depending on your installation, you may need certain Python
 modules and servers that are missing.

 If you need support for any of the following, you will need to
 install the necessary modules and restart the install.

 Databases (optional):
 * MySQL (MySQLdb)
 * PostgreSQL (psycopg2)


 * What's the host name for this site?

 This should be the fully-qualified host name without the http://,
 port or path.

 Domain Name: review.com


 * What URL path points to Review Board?

 Typically, Review Board exists at the root of a URL. For example,
 http://reviews.example.com/. In this case, you would specify /.

 However, if you want to listen to, say,
 http://example.com/reviews/, you can specify /reviews/.

 Note that this is the path relative to the domain and should not
 include the domain name.

 The default is /

 Root Path [/]: di


 * What database type will you be using?

 You can type either the name or the number from the list below.

 (1) sqlite3 (not supported for production use)

 Database Type: 1


 * Determining database file path

 The sqlite database file will be stored in
 /var/www/sdk.inmobi.com/data/reviewboard.db

 If you are migrating from an existing installation, you can move
 your existing database there, or edit settings_local.py to point
 to your old location.


 * What memcached host should be used?

 This is in the format of hostname:port

 The default is localhost:11211

 Memcache Server [localhost:11211]: localhost:11211


 * Create an administrator account

 To configure Review Board, you'll need an administrator account.
 It is advised to have one administrator and then use that account
 to grant administrator permissions to your personal user account.

 If you plan to use NIS or LDAP, use an account name other than
 your NIS/LDAP account so as to prevent conflicts.

 The default is admin

 Username [admin]: admin

 Password: 

 Confirm Password: 

 E-Mail Address: xxx...@yyy.com javascript:


 * Installing the site...
 Building site directories ... OK
 Building site configuration files ... OK
 Creating database ... Creating tables ...
 Creating table django_admin_log
 Creating table auth_permission
 Creating table auth_group_permissions
 Creating table auth_group
 Creating table auth_user_groups
 Creating table auth_user_user_permissions
 Creating table auth_user
 Creating table django_content_type
 Creating table django_site
 Creating table django_session
 Creating table extensions_registeredextension
 Creating table siteconfig_siteconfiguration
 Creating table accounts_reviewrequestvisit
 Creating table accounts_profile_starred_review_requests
 Creating table accounts_profile_starred_groups
 Creating table accounts_profile
 Creating table accounts_localsiteprofile
 Creating table attachments_fileattachment
 Creating table changedescs_changedescription
 Creating table diffviewer_filediffdata
 Creating table diffviewer_filediff
 Creating table diffviewer_diffset
 Creating table diffviewer_diffsethistory
 Creating table hostingsvcs_hostingserviceaccount
 Creating table reviews_group_users
 Creating table reviews_group
 Creating table reviews_defaultreviewer_repository
 Creating table reviews_defaultreviewer_people
 Creating table reviews_defaultreviewer_groups
 Creating table reviews_defaultreviewer
 Creating table reviews_comment
 Creating table reviews_fileattachmentcomment
 Creating table reviews_screenshot
 Creating table reviews_reviewrequest_changedescs
 Creating table reviews_reviewrequest_target_people
 Creating table reviews_reviewrequest_inactive_screenshots
 Creating table reviews_reviewrequest_file_attachments
 Creating table reviews_reviewrequest_screenshots
 Creating table reviews_reviewrequest_depends_on
 Creating table reviews_reviewrequest_inactive_file_attachments
 Creating table reviews_reviewrequest_target_groups
 Creating table reviews_reviewrequest
 Creating table reviews_screenshotcomment
 Creating table reviews_review_comments
 Creating table 

Re: After installation of reviewboard, I am not able to see the site instead I can see only the directory structure

2014-05-30 Thread Kuldeep singh
Hi, I am facing the same problem. And as mentioned reviewboard site, if I 
disable 000-default, its displaying Bad Request(400) Error.
And I if I enable 000-default with reviewboard, its displaying directory 
structure.

Please help somebody...

On Thursday, May 22, 2014 3:04:23 PM UTC+5:30, Manoj Kumar wrote:

 Following are  the steps that I have performed while setting up the 
 site.But I am unable to access the site.



 * Welcome to the Review Board site installation wizard

 This will prepare a Review Board site installation in:

 /var/www/sdk..com

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


 * Make sure you have the modules you need

 Depending on your installation, you may need certain Python
 modules and servers that are missing.

 If you need support for any of the following, you will need to
 install the necessary modules and restart the install.

 Databases (optional):
 * MySQL (MySQLdb)
 * PostgreSQL (psycopg2)


 * What's the host name for this site?

 This should be the fully-qualified host name without the http://,
 port or path.

 Domain Name: review.com


 * What URL path points to Review Board?

 Typically, Review Board exists at the root of a URL. For example,
 http://reviews.example.com/. In this case, you would specify /.

 However, if you want to listen to, say,
 http://example.com/reviews/, you can specify /reviews/.

 Note that this is the path relative to the domain and should not
 include the domain name.

 The default is /

 Root Path [/]: di


 * What database type will you be using?

 You can type either the name or the number from the list below.

 (1) sqlite3 (not supported for production use)

 Database Type: 1


 * Determining database file path

 The sqlite database file will be stored in
 /var/www/sdk.inmobi.com/data/reviewboard.db

 If you are migrating from an existing installation, you can move
 your existing database there, or edit settings_local.py to point
 to your old location.


 * What memcached host should be used?

 This is in the format of hostname:port

 The default is localhost:11211

 Memcache Server [localhost:11211]: localhost:11211


 * Create an administrator account

 To configure Review Board, you'll need an administrator account.
 It is advised to have one administrator and then use that account
 to grant administrator permissions to your personal user account.

 If you plan to use NIS or LDAP, use an account name other than
 your NIS/LDAP account so as to prevent conflicts.

 The default is admin

 Username [admin]: admin

 Password: 

 Confirm Password: 

 E-Mail Address: xxx...@yyy.com javascript:


 * Installing the site...
 Building site directories ... OK
 Building site configuration files ... OK
 Creating database ... Creating tables ...
 Creating table django_admin_log
 Creating table auth_permission
 Creating table auth_group_permissions
 Creating table auth_group
 Creating table auth_user_groups
 Creating table auth_user_user_permissions
 Creating table auth_user
 Creating table django_content_type
 Creating table django_site
 Creating table django_session
 Creating table extensions_registeredextension
 Creating table siteconfig_siteconfiguration
 Creating table accounts_reviewrequestvisit
 Creating table accounts_profile_starred_review_requests
 Creating table accounts_profile_starred_groups
 Creating table accounts_profile
 Creating table accounts_localsiteprofile
 Creating table attachments_fileattachment
 Creating table changedescs_changedescription
 Creating table diffviewer_filediffdata
 Creating table diffviewer_filediff
 Creating table diffviewer_diffset
 Creating table diffviewer_diffsethistory
 Creating table hostingsvcs_hostingserviceaccount
 Creating table reviews_group_users
 Creating table reviews_group
 Creating table reviews_defaultreviewer_repository
 Creating table reviews_defaultreviewer_people
 Creating table reviews_defaultreviewer_groups
 Creating table reviews_defaultreviewer
 Creating table reviews_comment
 Creating table reviews_fileattachmentcomment
 Creating table reviews_screenshot
 Creating table reviews_reviewrequest_changedescs
 Creating table reviews_reviewrequest_target_people
 Creating table reviews_reviewrequest_inactive_screenshots
 Creating table reviews_reviewrequest_file_attachments
 Creating table reviews_reviewrequest_screenshots
 Creating table reviews_reviewrequest_depends_on
 Creating table reviews_reviewrequest_inactive_file_attachments
 Creating table reviews_reviewrequest_target_groups
 Creating table reviews_reviewrequest
 Creating table reviews_screenshotcomment
 Creating table reviews_review_comments
 Creating table reviews_review_file_attachment_comments
 Creating table reviews_review_screenshot_comments
 Creating table reviews_review
 Creating table 

Re: After installation of reviewboard, I am not able to see the site instead I can see only the directory structure

2014-05-30 Thread Christian Hammond
You will have to disable the 000-default file.

You'll then need to look in your Apache error logs to see why a 400 is
coming up.

Knowing your Apache configuration will also help.

Christian

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


On Fri, May 30, 2014 at 5:07 AM, Kuldeep singh kdmalvi...@gmail.com wrote:

 Hi, I am facing the same problem. And as mentioned reviewboard site, if I
 disable 000-default, its displaying Bad Request(400) Error.
 And I if I enable 000-default with reviewboard, its displaying directory
 structure.

 Please help somebody...


 On Thursday, May 22, 2014 3:04:23 PM UTC+5:30, Manoj Kumar wrote:

 Following are  the steps that I have performed while setting up the
 site.But I am unable to access the site.



 * Welcome to the Review Board site installation wizard

 This will prepare a Review Board site installation in:

 /var/www/sdk..com

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


 * Make sure you have the modules you need

 Depending on your installation, you may need certain Python
 modules and servers that are missing.

 If you need support for any of the following, you will need to
 install the necessary modules and restart the install.

 Databases (optional):
 * MySQL (MySQLdb)
 * PostgreSQL (psycopg2)


 * What's the host name for this site?

 This should be the fully-qualified host name without the http://,
 port or path.

 Domain Name: review.com


 * What URL path points to Review Board?

 Typically, Review Board exists at the root of a URL. For example,
 http://reviews.example.com/. In this case, you would specify /.

 However, if you want to listen to, say,
 http://example.com/reviews/, you can specify /reviews/.

 Note that this is the path relative to the domain and should not
 include the domain name.

 The default is /

 Root Path [/]: di


 * What database type will you be using?

 You can type either the name or the number from the list below.

 (1) sqlite3 (not supported for production use)

 Database Type: 1


 * Determining database file path

 The sqlite database file will be stored in
 /var/www/sdk.inmobi.com/data/reviewboard.db

 If you are migrating from an existing installation, you can move
 your existing database there, or edit settings_local.py to point
 to your old location.


 * What memcached host should be used?

 This is in the format of hostname:port

 The default is localhost:11211

 Memcache Server [localhost:11211]: localhost:11211


 * Create an administrator account

 To configure Review Board, you'll need an administrator account.
 It is advised to have one administrator and then use that account
 to grant administrator permissions to your personal user account.

 If you plan to use NIS or LDAP, use an account name other than
 your NIS/LDAP account so as to prevent conflicts.

 The default is admin

 Username [admin]: admin

 Password:

 Confirm Password:

 E-Mail Address: xxx...@yyy.com


 * Installing the site...
 Building site directories ... OK
 Building site configuration files ... OK
 Creating database ... Creating tables ...
 Creating table django_admin_log
 Creating table auth_permission
 Creating table auth_group_permissions
 Creating table auth_group
 Creating table auth_user_groups
 Creating table auth_user_user_permissions
 Creating table auth_user
 Creating table django_content_type
 Creating table django_site
 Creating table django_session
 Creating table extensions_registeredextension
 Creating table siteconfig_siteconfiguration
 Creating table accounts_reviewrequestvisit
 Creating table accounts_profile_starred_review_requests
 Creating table accounts_profile_starred_groups
 Creating table accounts_profile
 Creating table accounts_localsiteprofile
 Creating table attachments_fileattachment
 Creating table changedescs_changedescription
 Creating table diffviewer_filediffdata
 Creating table diffviewer_filediff
 Creating table diffviewer_diffset
 Creating table diffviewer_diffsethistory
 Creating table hostingsvcs_hostingserviceaccount
 Creating table reviews_group_users
 Creating table reviews_group
 Creating table reviews_defaultreviewer_repository
 Creating table reviews_defaultreviewer_people
 Creating table reviews_defaultreviewer_groups
 Creating table reviews_defaultreviewer
 Creating table reviews_comment
 Creating table reviews_fileattachmentcomment
 Creating table reviews_screenshot
 Creating table reviews_reviewrequest_changedescs
 Creating table reviews_reviewrequest_target_people
 Creating table reviews_reviewrequest_inactive_screenshots
 Creating table reviews_reviewrequest_file_attachments
 Creating table reviews_reviewrequest_screenshots
 Creating table reviews_reviewrequest_depends_on
 Creating 

Re: After installation of reviewboard, I am not able to see the site instead I can see only the directory structure

2014-05-22 Thread markdbeyer
Manoj, did you restart httpd and memcached ? I didn't see it in your log.

Mark Beyer

On Thursday, May 22, 2014 2:34:23 AM UTC-7, Manoj Kumar wrote:

 Following are  the steps that I have performed while setting up the 
 site.But I am unable to access the site.



 * Welcome to the Review Board site installation wizard

 This will prepare a Review Board site installation in:

 /var/www/sdk..com

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


 * Make sure you have the modules you need

 Depending on your installation, you may need certain Python
 modules and servers that are missing.

 If you need support for any of the following, you will need to
 install the necessary modules and restart the install.

 Databases (optional):
 * MySQL (MySQLdb)
 * PostgreSQL (psycopg2)


 * What's the host name for this site?

 This should be the fully-qualified host name without the http://,
 port or path.

 Domain Name: review.com


 * What URL path points to Review Board?

 Typically, Review Board exists at the root of a URL. For example,
 http://reviews.example.com/. In this case, you would specify /.

 However, if you want to listen to, say,
 http://example.com/reviews/, you can specify /reviews/.

 Note that this is the path relative to the domain and should not
 include the domain name.

 The default is /

 Root Path [/]: di


 * What database type will you be using?

 You can type either the name or the number from the list below.

 (1) sqlite3 (not supported for production use)

 Database Type: 1


 * Determining database file path

 The sqlite database file will be stored in
 /var/www/sdk.inmobi.com/data/reviewboard.db

 If you are migrating from an existing installation, you can move
 your existing database there, or edit settings_local.py to point
 to your old location.


 * What memcached host should be used?

 This is in the format of hostname:port

 The default is localhost:11211

 Memcache Server [localhost:11211]: localhost:11211


 * Create an administrator account

 To configure Review Board, you'll need an administrator account.
 It is advised to have one administrator and then use that account
 to grant administrator permissions to your personal user account.

 If you plan to use NIS or LDAP, use an account name other than
 your NIS/LDAP account so as to prevent conflicts.

 The default is admin

 Username [admin]: admin

 Password: 

 Confirm Password: 

 E-Mail Address: xxx...@yyy.com javascript:


 * Installing the site...
 Building site directories ... OK
 Building site configuration files ... OK
 Creating database ... Creating tables ...
 Creating table django_admin_log
 Creating table auth_permission
 Creating table auth_group_permissions
 Creating table auth_group
 Creating table auth_user_groups
 Creating table auth_user_user_permissions
 Creating table auth_user
 Creating table django_content_type
 Creating table django_site
 Creating table django_session
 Creating table extensions_registeredextension
 Creating table siteconfig_siteconfiguration
 Creating table accounts_reviewrequestvisit
 Creating table accounts_profile_starred_review_requests
 Creating table accounts_profile_starred_groups
 Creating table accounts_profile
 Creating table accounts_localsiteprofile
 Creating table attachments_fileattachment
 Creating table changedescs_changedescription
 Creating table diffviewer_filediffdata
 Creating table diffviewer_filediff
 Creating table diffviewer_diffset
 Creating table diffviewer_diffsethistory
 Creating table hostingsvcs_hostingserviceaccount
 Creating table reviews_group_users
 Creating table reviews_group
 Creating table reviews_defaultreviewer_repository
 Creating table reviews_defaultreviewer_people
 Creating table reviews_defaultreviewer_groups
 Creating table reviews_defaultreviewer
 Creating table reviews_comment
 Creating table reviews_fileattachmentcomment
 Creating table reviews_screenshot
 Creating table reviews_reviewrequest_changedescs
 Creating table reviews_reviewrequest_target_people
 Creating table reviews_reviewrequest_inactive_screenshots
 Creating table reviews_reviewrequest_file_attachments
 Creating table reviews_reviewrequest_screenshots
 Creating table reviews_reviewrequest_depends_on
 Creating table reviews_reviewrequest_inactive_file_attachments
 Creating table reviews_reviewrequest_target_groups
 Creating table reviews_reviewrequest
 Creating table reviews_screenshotcomment
 Creating table reviews_review_comments
 Creating table reviews_review_file_attachment_comments
 Creating table reviews_review_screenshot_comments
 Creating table reviews_review
 Creating table reviews_reviewrequestdraft_target_people
 Creating table reviews_reviewrequestdraft_depends_on
 Creating table reviews_reviewrequestdraft_file_attachments
 Creating table 

Re: After installation of reviewboard, I am not able to see the site instead I can see only the directory structure

2014-05-22 Thread Christian Hammond
Also, how are you accessing it?

Can you show your Apache configuration? Your entry for the Root Path that
you've shown is not a path.

You also selected sqlite3, which will only support a single user at a time.
You need to install bindings for MySQL.

What Linux distro are you using?

Christian

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


On Thu, May 22, 2014 at 10:43 AM, markdbe...@gmail.com wrote:

 Manoj, did you restart httpd and memcached ? I didn't see it in your log.

 Mark Beyer


 On Thursday, May 22, 2014 2:34:23 AM UTC-7, Manoj Kumar wrote:

 Following are  the steps that I have performed while setting up the
 site.But I am unable to access the site.



 * Welcome to the Review Board site installation wizard

 This will prepare a Review Board site installation in:

 /var/www/sdk..com

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


 * Make sure you have the modules you need

 Depending on your installation, you may need certain Python
 modules and servers that are missing.

 If you need support for any of the following, you will need to
 install the necessary modules and restart the install.

 Databases (optional):
 * MySQL (MySQLdb)
 * PostgreSQL (psycopg2)


 * What's the host name for this site?

 This should be the fully-qualified host name without the http://,
 port or path.

 Domain Name: review.com


 * What URL path points to Review Board?

 Typically, Review Board exists at the root of a URL. For example,
 http://reviews.example.com/. In this case, you would specify /.

 However, if you want to listen to, say,
 http://example.com/reviews/, you can specify /reviews/.

 Note that this is the path relative to the domain and should not
 include the domain name.

 The default is /

 Root Path [/]: di


 * What database type will you be using?

 You can type either the name or the number from the list below.

 (1) sqlite3 (not supported for production use)

 Database Type: 1


 * Determining database file path

 The sqlite database file will be stored in
 /var/www/sdk.inmobi.com/data/reviewboard.db

 If you are migrating from an existing installation, you can move
 your existing database there, or edit settings_local.py to point
 to your old location.


 * What memcached host should be used?

 This is in the format of hostname:port

 The default is localhost:11211

 Memcache Server [localhost:11211]: localhost:11211


 * Create an administrator account

 To configure Review Board, you'll need an administrator account.
 It is advised to have one administrator and then use that account
 to grant administrator permissions to your personal user account.

 If you plan to use NIS or LDAP, use an account name other than
 your NIS/LDAP account so as to prevent conflicts.

 The default is admin

 Username [admin]: admin

 Password:

 Confirm Password:

 E-Mail Address: xxx...@yyy.com


 * Installing the site...
 Building site directories ... OK
 Building site configuration files ... OK
 Creating database ... Creating tables ...
 Creating table django_admin_log
 Creating table auth_permission
 Creating table auth_group_permissions
 Creating table auth_group
 Creating table auth_user_groups
 Creating table auth_user_user_permissions
 Creating table auth_user
 Creating table django_content_type
 Creating table django_site
 Creating table django_session
 Creating table extensions_registeredextension
 Creating table siteconfig_siteconfiguration
 Creating table accounts_reviewrequestvisit
 Creating table accounts_profile_starred_review_requests
 Creating table accounts_profile_starred_groups
 Creating table accounts_profile
 Creating table accounts_localsiteprofile
 Creating table attachments_fileattachment
 Creating table changedescs_changedescription
 Creating table diffviewer_filediffdata
 Creating table diffviewer_filediff
 Creating table diffviewer_diffset
 Creating table diffviewer_diffsethistory
 Creating table hostingsvcs_hostingserviceaccount
 Creating table reviews_group_users
 Creating table reviews_group
 Creating table reviews_defaultreviewer_repository
 Creating table reviews_defaultreviewer_people
 Creating table reviews_defaultreviewer_groups
 Creating table reviews_defaultreviewer
 Creating table reviews_comment
 Creating table reviews_fileattachmentcomment
 Creating table reviews_screenshot
 Creating table reviews_reviewrequest_changedescs
 Creating table reviews_reviewrequest_target_people
 Creating table reviews_reviewrequest_inactive_screenshots
 Creating table reviews_reviewrequest_file_attachments
 Creating table reviews_reviewrequest_screenshots
 Creating table reviews_reviewrequest_depends_on
 Creating table reviews_reviewrequest_inactive_file_attachments
 Creating table