Mentions légales du service

Skip to content
Snippets Groups Projects
Commit b37888ac authored by romuald dubourg's avatar romuald dubourg
Browse files

[Update] Update install without docker

parent 4c4141fe
No related branches found
No related tags found
No related merge requests found
...@@ -23,10 +23,10 @@ Document is then available at <http://localhost:1080/gazelle-documentation/> ...@@ -23,10 +23,10 @@ Document is then available at <http://localhost:1080/gazelle-documentation/>
### setup ### setup
```bash ```bash
sudo apt-get install make git git-svn texlive-xetex pandoc ruby-dev sudo apt-get install make git git-svn texlive-xetex pandoc ruby-dev build-essential dh-autoreconf
``` ```
Then, from `gazelle-dev-documentation` folder run to install some more libs and required gems Then, from `gazelle-dev-documentation` folder run to install some more libs and required gems
```bash ```bash
make setup make setup
...@@ -37,18 +37,22 @@ make setup ...@@ -37,18 +37,22 @@ make setup
make make
``` ```
### Generate all the documents and start Jekyll (do not use in production)
```shell
make view
```
### Generate the PDF version of the release note ### Add a gem in the bundle
```shell ```bash
make release-notes cd target/jekyll-gazelle-documentation
sudo bundle add webrick
sudo bundle install
``` ```
Check target/ folder for results ### Generate all the documents and start Jekyll (do not use in production)
```bash
sudo bundle exec jekyll serve
```
Once it is done you server must have been started on localhost:4000/gazelle-documentation/
## Folder structure ## Folder structure
gazelle-documentation gazelle-documentation
...@@ -96,4 +100,3 @@ http://pandoc.org/ ...@@ -96,4 +100,3 @@ http://pandoc.org/
[Pandoc installation package](https://github.com/jgm/pandoc/releases/tag/1.17.2) [Pandoc installation package](https://github.com/jgm/pandoc/releases/tag/1.17.2)
http://blog.cigrainger.com/2014/07/pandoc-markdown.html
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment