Commit f5b66660 authored by Arthur Diniz's avatar Arthur Diniz 🇧🇷
Browse files

Page link on readme



Signed-off-by: Arthur Diniz's avatarArthur Diniz <arthurbdiniz@gmail.com>
parent db0b4e61
Pipeline #41333 passed with stages
in 23 minutes and 30 seconds
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
# 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]()
......
...@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment