Bienvenu à toi développeur ou utilisateur du site de la DINSIC. Un wiki est disponible au lien suivant
Git
Ruby and Ruby Gems
Jekyll - gem install jekyll
Bundler - gem install bundler
(never use sudo)
NodeJS - use the installer.
Yarn - follow installation instructions
GulpJS - npm install -g gulp
Composer (installs PHPMailer)
Make (used with rsync for deploying)
- Branche dev pour les developpement courant
- Branche preprode pour la compatibilité avec le CRM
- Branche master (CI)
git remote add public [email protected]:numerique-gouv/numerique.gouv.fr.git git fetch public
creer un fichier .env à la racine écrire dans le fichier:
ALGOLIA_API_KEY="******************************"
entrer la commande
export $(grep -v '^#' .env | xargs)