Skip to content

hupratt/la_petite_portugaise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

La petite portugaise web application

https://www.lapetiteportugaise.eu

Architecture

  • La petite portugaise (LPP) is a django web app with standard static templating running on apache as a web server.
  • Apache proxies requests to the standard WSGI application which invokes the LPP application itself.
  • There is no decoupling of the front end.
  • There is no reverse proxy yet. This will be implemented in case there is a need to do load balancing or unburden the webserver from serving static content (js, css, images).
  • The continuous delivery pipeline is triggered by a git push to origin by any member that has write access to this repo.
  • The git push triggers a webhook where both github and jenkins are listening on in order to build the jenkins pipeline.
  • Specifications of the Jenkinsfile can be found above.
  • Any push to origin will trigger both webhooks however jenkins will only build the source code located in the "master" branch.

Features

  • Feature 1
  • Feature 2
  • Feature 3