Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
L lebara-onboarding-frontend
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Jira
    • Jira
  • Merge requests 4
    • Merge requests 4
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • MobbScan-Integration
  • Lebara-Video
  • lebara-onboarding-frontend
  • Merge requests
  • !77

Merged
Created Sep 16, 2020 by Sergio Peña@sergiopMaintainer0 of 3 tasks completed0/3 tasks

Lebv 417 correct customer nginx

  • Overview 2
  • Commits 5
  • Changes 1

🎯 Summary

The goal is to correct the headers of the customer.

Nginx configuration has been changed.

🧪 How to test

Launch the Lebara-Video environment

  1. Run in a terminal the branch 'develop' in the lebara-video-deployment project.
  2. Execute docker-compose -f docker-compose-backend-mock.yml up.

Launch the onboarding-frontend

Dockerfile

(localhost is only added for testing purposes)

  1. Run the comand npm install
  2. Generate the package for the Angular app using the npm run dist:local command.
  3. Generate the Docker image using the command docker build -t mobbeelsolutions/lebara-video-customer-frontend .
  4. Run the docker image using the command docker run -p 4200:80/tcp mobbeelsolutions/lebara-video-customer-frontend
  5. Complete an activation process and check the headers.

🧠 Considerations

🧐 Checklist

  • Changes work in Google Chrome
  • Changes work in Safari
  • UI is responsive
Edited Sep 16, 2020 by Sergio Peña
Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Source branch: LEBV-417_correct-customer-nginx