Infra:websiteinfosec: Difference between revisions

From UNamur InfoSec
Jump to navigation Jump to search
(Created page with "The website of Infosec team is accessible at this address [https://infosec.unamur.be infosec.unamur.be]. == Technical Specification == The site is built using Jekyll (a stati...")
 
No edit summary
Line 13: Line 13:


* Clone the repository https://forge.infosec.unamur.be/infrastructure/team_front_page_website
* Clone the repository https://forge.infosec.unamur.be/infrastructure/team_front_page_website
* Modify the file
* Make changes
* Commit your changes
* Commit the changes
* Push it back to server
* Push it back to server
* The site will be rebuilt and deployed on server at each commit.
* The site will be rebuilt and deployed on server at each commit.


In case you want to test your changes first, after cloning the repository switch to branch '''dev'''. This will also trigger the build and deploy the dev version of the site which can be accessible at this location: [http://138.48.246.5:8888/ http://138.48.246.5:8888/]
In case you want to test your changes first, after cloning the repository switch to branch '''dev'''. This will also trigger the build and deploy the dev version of the site which can be accessible at this location: [http://138.48.246.5:8888/ http://138.48.246.5:8888/]

Revision as of 14:27, 19 December 2019

The website of Infosec team is accessible at this address infosec.unamur.be.

Technical Specification

The site is built using Jekyll (a static site generator based on Ruby). The website source file is stored on a git repository https://forge.infosec.unamur.be/infrastructure/team_front_page_website.

The git repository has two main branches:

  • master: contains a production ready site
  • dev: contains some experimental features

Modification of the site

To modify the site, follow these steps:

In case you want to test your changes first, after cloning the repository switch to branch dev. This will also trigger the build and deploy the dev version of the site which can be accessible at this location: http://138.48.246.5:8888/