You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

There are two different ways to create custom application that may be used within EPISODES Application Workbench. First one is to use dedicated wizard which suggests required elements and parameters used in the created application. Other way which is recommended only for advanced users is to create Git repository through Gitea and then add required (appDefinition) or optional (appDescription) files with Git.

Creating a new application with dedicated wizard

TODO

Creating a new application manually

Go to GITEA page and log in with your custom account or sign in with EPISODES Platform (authentication by Unity).  After successfully logging to Gitea client first you need to create a new repository for the application.

Figure 1. First way to create a new repository is by clicking the marked button.


Figure 2. Second way to create a new repository is to use the panel at the top right corner of the page.


In the New Repository section only one field is required to fill: Repository Name (it may contain only alphanumeric, dash, undersore and dot characters). Other fields are described below:

  • Owner -
  • Visibility -
  • Description -
  • Template -
  • Issue Labels -
  • .gitignore -
  • License -
  • README -
  • Initialize Repository -
  • Default Branch -
  • SignatureTrustModel -
  • Template -

After filling fields and clicking Create Repository Button, you will see a screen with a Git Quick Guide and link for cloning the repository. For more informations about working with Git please follow this link: Git Reference.

Figure 3. You may copy the link to the repository by clicking button on the right.


  • No labels