= Git scripts = == linux == === requiements === You need to install these applications :
- curl
- git
- the lutece.sh script
=== Install applications === ==== Debian/Ubuntu ==== You can install applications with this command : root# apt-get install curl git
==== Centos/Fedora/Red Hat ==== You can install applications with this command : root# yum install curl git root# dnf install curl git
== Windows == === Requierements === You need to have this application :
- git bash
=== Install applications === The application msysgit contains git ui and git bash, the application that we need ! You can download directly here: https://github.com/msysgit/msysgit/releases/download/Git-1.9.5-preview20150319/Git-1.9.5-preview20150319.exe or download the latest version here: https://msysgit.github.io/ install it ! TODO: describe step by step
== Get lutece.sh == You have to download lutece.sh from github. You can get it from this URL : https://raw.githubusercontent.com/lutece-platform/tools-git-scripts/master/lutece.sh
== run the script == === Linux === === Windows ===