-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
53 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
layout: default | ||
--- | ||
|
||
# Installation de Pod v4.x | ||
|
||
Les commandes suivantes ont été lancées sur une distribution XXXX | ||
|
||
## Environnement | ||
|
||
### Création de l'utilisateur Pod | ||
|
||
```sh | ||
user@pod:~$ sudo adduser pod | ||
user@pod:~$ adduser pod sudo | ||
user@pod:~$ su pod | ||
user@pod:~$ cd /home/pod | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{% comment %} | ||
See https://www.aleksandrhovhannisyan.com/blog/jekyll-copy-to-clipboard/ | ||
{% endcomment %} | ||
<div class="code-header"> | ||
<button class="btn btn-link copy-code-button"> | ||
Copy code to clipboard | ||
</button> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,6 @@ | |
|
||
@import "rouge"; | ||
|
||
.highlight{ | ||
pre.highlight{ | ||
padding: 1rem; | ||
} |