@@ -26,10 +26,16 @@ A list of which folder was a project is below in "other projects".
...
@@ -26,10 +26,16 @@ A list of which folder was a project is below in "other projects".
### Installation of the GitLab Pages
### 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.
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.
When the changes to _config.yml is commited, the .gitlab-ci.yml file is executed in CI/CD and created the resulting website (the ci/cd is executed every time a commit is made to a project containing .gitlab-ci file).
### CI/CD
### CI/CD
### Other projects
### Other projects
The following folder are thier own projects:
- auto-git-structure
- cypress_gitlab_pages
- webpage-accessebility-test
### 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.
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.
...
@@ -46,7 +52,7 @@ In a teminal at the root of the project, do the following commands:
...
@@ -46,7 +52,7 @@ In a teminal at the root of the project, do the following commands:
- bundle install //instals all dependencies from“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
- bundle exec jekyll serve //Run Jekyll and host _site localt, the output is the local URL of the website