Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • You will push a base Paas into GitLab

Tasks / Procedure

1. Create a new file "magnolia.properties" in the path:

Code Block
Path: paas-training-webapp/src/main/webapp/WEB-INF/config/default/magnolia.properties

2. Paste this code in the magnolia.properties file.

...

  1. Go to Terminal or CMD and clone the "Backend Paas Project" 
    1. Clone the empty project in a new directory called "backend"
      Code Block
      git clone https://gitlab.paastraining.magnolia-platform.com/paas-training/backend-paas-project.git

    2. Use your GitLab Username and the access token.
      1. Username:
        Code Block
        titleUsername for 'https://gitlab.paastraining.magnolia-platform.com':
        - On the left sidebar, select your avatar
        - Select your name or username
      2. Password:
        Code Block
        titlePassword for 'https://francisco.gonzalez@gitlab.paastraining.magnolia-platform.com'
        Access token: glpat-pMU6RqqEXzG3U35XDzSw
  2. Go to "backend" directory. Use the Magnolia's Maven Archetype to create a new Magnolia Paas Project

3. Copy the Magnolia project into the empty project you clone from GitLab.

...