Skip to content

GitLab

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

Lebv 417 correct customer nginx

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Sergio Peña requested to merge LEBV-417_correct-customer-nginx into develop Sep 16, 2020
  • 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
Time tracking
Source branch: LEBV-417_correct-customer-nginx