Step by Step Project Creation

From Lingoport Wiki
Revision as of 18:04, 30 August 2023 by Rdaly (talk | contribs)
Jump to: navigation, search

Getting Started

Only users that with Manager or Administrator roles can create projects. Other users can view created projects.

Before creating a new project, there are a few items that are needed.

  1. The Data Source that the project will be using, such as GitHub, Subversion or Azure. Command Center will not allow projects to be created if there are no Data Sources available. Additionally, the specific branch being used in the repository is needed.
  2. For Globalyzer projects, the Project Definition File must be available in the repository or on the Command Center System.
  3. For Localyzer projects:
    1. the Translation Management System or Machine Translation engine must be defined
    2. The locales to be translated to
    3. The resource file types such as .properties or .json and the naming format for the source files.
    4. Include and Exclude folders for locating the resource files.
    5. Any other configuration such as custom scripts that should be in the Command Center System.


Select the LingoportIcon.jpg to get to the Projects page and select the CreateIcon.jpg to Create new project. The first step in the process will come up.

Step1DataSource.jpg

When Manager users are created, Data Source Credentials are assigned. If the Manager does not have any Data Source Credentials assigned, the process will fail with the error: Must have access to at least one credential before creating a project. Contact an Administrator to get credential access.

Select Next

Next Step Step 2:Choose a Repository