Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lucas Kanashiro
Debian Brasília
Commits
f5b66660
Commit
f5b66660
authored
Mar 28, 2019
by
Arthur Diniz
🇧🇷
Browse files
Page link on readme
Signed-off-by:
Arthur Diniz
<
arthurbdiniz@gmail.com
>
parent
db0b4e61
Pipeline
#41333
passed with stages
in 23 minutes and 30 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
0 → 100644
View file @
f5b66660
FROM
ruby:2.5-alpine
as
jekyll-base
RUN
apk add
--no-cache
build-base gcc bash cmake git
RUN
gem
install
jekyll
EXPOSE
4000
WORKDIR
/site
ENTRYPOINT
[ "bundle", "exec", "jekyll" ]
\ No newline at end of file
README.md
View file @
f5b66660
# Debian Freshman
# Debian Freshman
#### Quickstart
#### Page
[
https://kanashiro.pages.debian.net/gama.deb
](
https://kanashiro.pages.debian.net/gama.deb
)
#### Docker
1.
Build the image
```
bash
docker build
-t
freshman .
```
2.
Run the image
```
bash
docker run
-d
freshman
```
3.
Now browse to http://localhost:4000
#### Installation
1.
Install a full
[
Ruby development environment
](
)
1.
Install a full
[
Ruby development environment
](
)
2.
Install Jekyll and
[
bundler gems
](
)
2.
Install Jekyll and
[
bundler gems
](
)
...
...
index.markdown
View file @
f5b66660
...
@@ -2,6 +2,9 @@
...
@@ -2,6 +2,9 @@
layout
:
page
layout
:
page
title
:
Debian Freshman
title
:
Debian Freshman
---
---
## Page
[
https://kanashiro.pages.debian.net/gama.deb
](
https://kanashiro.pages.debian.net/gama.deb
)
## Introduction
## Introduction
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment