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.xxxx.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: reviewxxxx.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 reviews_reviewrequestdraft_screenshots
> Creating table reviews_reviewrequestdraft_inactive_screenshots
> Creating table reviews_reviewrequestdraft_inactive_file_attachments
> Creating table reviews_reviewrequestdraft_target_groups
> Creating table reviews_reviewrequestdraft
> Creating table scmtools_tool
> Creating table scmtools_repository_review_groups
> Creating table scmtools_repository_users
> Creating table scmtools_repository
> Creating table site_localsite_users
> Creating table site_localsite_admins
> Creating table site_localsite
> Creating table django_project_version
> Creating table django_evolution
> Registering new SCM Tool Subversion (reviewboard.scmtools.svn.SVNTool) in 
> database
> Registering new SCM Tool Git (reviewboard.scmtools.git.GitTool) in database
> Registering new SCM Tool Bazaar (reviewboard.scmtools.bzr.BZRTool) in 
> database
> Registering new SCM Tool CVS (reviewboard.scmtools.cvs.CVSTool) in database
> Registering new SCM Tool Perforce 
> (reviewboard.scmtools.perforce.PerforceTool) in database
> Registering new SCM Tool Plastic SCM 
> (reviewboard.scmtools.plastic.PlasticTool) in database
> Registering new SCM Tool ClearCase 
> (reviewboard.scmtools.clearcase.ClearCaseTool) in database
> Registering new SCM Tool Mercurial (reviewboard.scmtools.hg.HgTool) in 
> database
> Installing baseline version
> Evolutions in auth baseline: auth_delete_message, 
> auth_unique_together_baseline
> Evolutions in contenttypes baseline: contenttypes_unique_together_baseline
> Evolutions in sessions baseline: session_expire_date_db_index
> Evolutions in accounts baseline: is_private, timezone, open_an_issue, 
> extra_data, timezone_length_30, localsiteprofile_permissions, 
> unique_together_baseline, profile_show_closed
> Evolutions in attachments baseline: file_attachment_orig_filename, 
> file_attachment_file_max_length_512, file_attachment_repo_info, 
> file_attachment_repo_path_no_index, 
> file_attachment_repo_revision_max_length_64
> Evolutions in changedescs baseline: rich_text
> Evolutions in diffviewer baseline: add_parent_diffs, 
> filediff_filenames_1024_chars, diffset_basedir, filediff_status, 
> add_diff_hash, diffsethistory_diff_updated, filediffdata_line_counts, 
> diffset_base_commit_id, filediffdata_extra_data, all_extra_data
> Evolutions in hostingsvcs baseline: account_hosting_url, 
> account_hosting_url_max_length_255, account_unique_together_baseline
> Evolutions in reviews baseline: change_descriptions, 
> last_review_timestamp, shipit_count, default_reviewer_repositories, 
> null_repository, localsite, group_incoming_request_count, 
> group_invite_only, group_visible, default_reviewer_local_site, 
> add_issues_to_comments, file_attachments, 
> file_attachment_comment_extra_data, 
> review_request_last_review_activity_timestamp, review_request_depends_on, 
> commit_id, file_attachment_comment_diff_id, rich_text, 
> base_comment_extra_data, unique_together_baseline, extra_data, 
> review_request_issue_counts, group_mailing_list_charfield, 
> review_request_draft_commit_id
> Evolutions in scmtools baseline: bugzilla_url_charfield, 
> repository_raw_file_url, repository_visible, repository_path_length_255, 
> localsite, repository_access_control, group_site, 
> repository_hosting_accounts, repository_extra_data_null, 
> unique_together_baseline
> Evolutions in site baseline: localsite_public
> Installing custom SQL ...
> Installing indexes ...
> Installed 0 object(s) from 0 fixture(s)
> OK
> Performing migrations ... No evolution required.
> OK
> Creating administrator account ... OK
> Saving site settings ... Saving site /var/www/sdk.xxxx.com to the 
> sitelist /etc/reviewboard/sites
>
> OK
>
>
> * The site has been installed
>
>     The site has been installed in /var/www/sdk.xxxx.com
>
>     Sample configuration files for web servers and cron are available
>     in the conf/ directory.
>
>     You need to modify the ownership of the following directories and
>     their contents to be owned by the web server:
>         * /var/www/sdk.xxxx.com/htdocs/media/uploaded
>         * /var/www/sdk.xxxx.com/htdocs/media/ext
>         * /var/www/sdk.xxxx.com/htdocs/static/ext
>         * /var/www/sdk.xxxx.com/data
>
>     For more information, visit:
>
>     
> http://www.reviewboard.org/docs/manual/dev/admin/installation/creating-sites/
>
>

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to