Skip to content
On this page

Getting Started

Register and Log In

Navigate to Reliza Hub SaaS application at https://app.relizahub.com (or your custom URL in case of private installation). A Sign In / Register screen will appear. You may Register with your email and password or GitHub, Google or Microsoft account.

Create First Organization

At the end of the Registration process, the application will require you to create your first organization. Choose any name for your organization.

Create First Project

Once your first organization is created, select Projects from the menu on the left.

Projects Menu

Once on the Projects page, click on the plus-circle button to Add Project.

Add Project Icon

In the following form:

  • Enter desired name for your project
  • Select main branch name (main or master)
  • Choose version schema for the project from the suggested options or set a custom one - refer to Reliza Versioning project for options
  • Choose version schema for feature branches from the suggested options or set a custom one - refer to Reliza Versioning project for options
  • Choose 'Add new repository' in the 'Select VCS Repo' field and input URL of your base Version Control Repository. If it is hosted on GitHub.com, GitLab.com or Bitbucket.org, it will be parsed automatically, otherwise you would need to input additional data in the required fields. Click 'Create VCS Repository' once everything looks right.
  • Click 'Submit' to finalize creation of the project.

Connect Reliza Hub Project to CI

Reliza Hub allows to connect your project to your CI of choice. This provides following capabilities:

  • Automatic Release Versioning
  • Automatic Streaming of Release Metadata to Reliza Hub - which can later be used in bundling and approval processes

Note: if you would like to rely on versioning done outside of Reliza Hub, set project versioning schema to Major - as this would be treated as a single component version of any kind.

Connectivity details depend on specific CI:

In all integration cases, you first need to obtain API ID and Key pair from Reliza Hub. For the project CI integration, either project own API Key may be used or an organization-wide read-write API Key may be used.

To obtain project speicifc API Key (valid for a single project only), open the project from the Projects page and click on the lock icon to obtain the key pair.

To obtain organization-wide API Key, navigate to the Organization Settings menu, click on the Programmatic Access tab and click on the plus-circle icon on the botton. Then choose Org-wide Read-Write for your key type.