Skip to content

Fonfon02/Module141

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Issues


Logo

Module 141

Repo who contains files for the "Module 141"
Explore the documentation »

Report Mistake · Request Topic

Table of Contents

  1. About The Project
  2. Getting Started
  3. Topics covered
  4. Roadmap
  5. Disclaimer
  6. Contact

About The Project

This repo contain our project for the module 141. It's the project of David Araujo and Colin Fontanellaz.

On this repo you'll find:

  • Scripts
  • Documentation
  • Database template file

Scripts languages

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

During all our work, we used Ubuntu server. So we recommend to use the same OS or at least a Debian based one.

List of things to get to test our scripts:

  • A Mariadb server
    • File .my.cnf configured Example of .my.cnf file
      [mysql]
      user=root
      password=yourpwd
      
      [mysqldump]
      user=root
      password=yourpwd
      
  • A PostgreSQL server
  • A MongoDB server

To install these service just check the documentation.

Installation

To use this repo you can:

Clone the repo

git clone https://github.com/Fonfon02/Module141.git

or

Download this project as Zip on your local machine and decompress it

wget https://github.com/Fonfon02/Module141/archive/refs/heads/master.zip

unzip master.zip
# or
7z e master.zip

Topics covered

Roadmap

See the open issues for a list of future topics.

Disclaimer

⚠️ A great part of our scripts and examples use the root account. Obviously this is not a good practice in a production system, we only use it because all this project is a test and because it's simplier too.

Contact

Colin Fontanellaz & David Araujo

Project Link: https://github.com/Fonfon02/Module141