Skip to content

Commit

Permalink
chore: add local install procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
thislg committed Jan 3, 2024
1 parent 5df4578 commit 860ac16
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ gem "github-pages", '228', group: :jekyll_plugins
gem "jekyll-remote-theme", '0.4.3'
gem "jekyll-redirect-from", '0.16.0'
gem "just-the-docs"
gem "json"

gem 'webrick', :group => :development
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ GEM
gemoji (~> 3.0)
html-pipeline (~> 2.2)
jekyll (>= 3.0, < 5.0)
json (2.7.1)
just-the-docs (0.7.0)
jekyll (>= 3.8.5)
jekyll-include-cache
Expand Down Expand Up @@ -264,6 +265,7 @@ DEPENDENCIES
github-pages (= 228)
jekyll-redirect-from (= 0.16.0)
jekyll-remote-theme (= 0.4.3)
json
just-the-docs
webrick

Expand Down
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@


# Pré-requis hébergements

Ce site présente les configurations nécessaires à l’hébergement des projets réalisés au Phare.

## Installation

Prérequis : ruby, bundle, [jekyll](https://jekyllrb.com/docs/installation/)

- bundle config set --local path 'vendor/bundle'
- bundle install
- bundle exec jekyll serve

## Déploiement

Le déploiement est automatisé avec Github Pages.

0 comments on commit 860ac16

Please sign in to comment.