Skip to content
Snippets Groups Projects
Commit 1c012e11 authored by Fabian Kongelf's avatar Fabian Kongelf
Browse files

Update README.md

parent 3b231869
No related branches found
No related tags found
No related merge requests found
...@@ -18,13 +18,33 @@ Fabian Kongelf <br> ...@@ -18,13 +18,33 @@ Fabian Kongelf <br>
Yan Senko <br> Yan Senko <br>
| yans@stud.ntnu.no | yans@stud.ntnu.no
## Instalation ## Installation
The repository contains several projects and will not run optimaly in this current setup.
See the other projects repository/folder for their installation guild.
A list of which folder was a project is below in "other projects".
### Installation of the GitLab Pages
The gitlab pages are almost able to function out of the box, however an administrator have to configure the _config.yml file for the website to have it's intended functions.
### CI/CD ### CI/CD
### Other projects ### Other projects
### Local development ### Local development
To be able to develop or experiment with the project localy without having to commit every edit and wait for the ci/cd to execute the code.
First you need a local instance of Ruby: https://rubyinstaller.org/downloads/
On the left side in the table “With DEVKIT” choose “Ruby+Devkit 2.7.5-1 (x64)”. Click through the installation guild.
When Ruby is finished installing you can confirm it's installation in a terminal with the command “ruby -v”, confirme you possess the ruby version 2.7.
In a teminal at the root of the project, do the following commands:
- gem install bundler jekyll //instals jekyll and move dependencies in “Gemfile”
- bundle install //instals all dependencies from“Gemfile”
- bundle exec jekyll serve //Run Jekyll and host _site localt, the output is the local URL of the website
## dependencies ## dependencies
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment