Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
blog.limos.fr
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Vincent MAZENOD
blog.limos.fr
Merge requests
!2
Modification de la section installation de Vagrant
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Modification de la section installation de Vagrant
borlonjo/blog.limos.fr:master
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Boris LONJON
requested to merge
borlonjo/blog.limos.fr:master
into
master
6 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Ne s'installe plus avec rubygem
précision des versions virtualbox supportées par vagrant
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
629df714
1 commit,
6 years ago
1 file
+
2
−
8
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
content/slides/cri/md/vagrant.md
+
2
−
8
View file @ 629df714
Edit in single-file editor
Open in Web IDE
Show full file
@@ -29,19 +29,13 @@
@@ -29,19 +29,13 @@
## Installation
## Installation
pré-requis
pré-requis
VirtualBox (versions 4.0.x, 4.1.x, 4.2.x, 4.3.x, 5.0.x, 5.1.x, 5.2.x)
```
```
$ sudo apt install virtualbox
$ sudo apt install virtualbox
```
```
via gem
install via apt (plus distribué via RubyGem)
```
$ sudo apt install rubygems-integration
$ sudo gem install vagrant
```
via apt
```
```
$ sudo apt install vagrant
$ sudo apt install vagrant
Loading