Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
User Documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gazelle
Public
Documentation
User Documentation
Commits
b37888ac
Commit
b37888ac
authored
1 year ago
by
romuald dubourg
Browse files
Options
Downloads
Patches
Plain Diff
[Update] Update install without docker
parent
4c4141fe
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+14
-11
14 additions, 11 deletions
README.md
with
14 additions
and
11 deletions
README.md
+
14
−
11
View file @
b37888ac
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment