Clone with UI client without git, admin rights and SSH

Requirements

  • GitHub Desktop

  • Credentials to our Gitlab with permissions to Gentics Portal | essentials

Use GitHub Desktop for cloning the repository

  • Copy link of "Clone with HTTPS"

Gitlab Copy Link

  • Open GitHub Desktop

  • Click on File > Clone Repository

  • Choose tab "URL" and add link

  • Modify local path if necessary

Github Desktop

  • Login your with git.gentics.com credentials

Optional: If you don’t have the permissions to change the global .gitconfig file, you can change to the directory of your project and run the following command in a terminal:

git config core.autocrlf input

Now, follow the steps listed in the Run the demo project:

  • Create docker-compose.override.yml

  • Copy docker-compose.override.yml.example as docker-compose.override.yml

  • Modify the newly created docker-compose.override.yml: Add the CMS licence key in this file.

  • Start the product: docker-compose up -d

Info: If you get an error that reads "driver failed programming external connectivity on endpoint" run docker ps in your terminal. If you have multiple containers running, there might be one container already using the endpoint you need. Stop all the containers you don’t need via: docker stop Container ID