Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nscjekyllsetup
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nationellt superdatorcentrum
nscjekyllsetup
Commits
6656bfd3
Commit
6656bfd3
authored
5 years ago
by
Prashanth Dwarakanath Rao
Browse files
Options
Downloads
Plain Diff
Merge branch 'fixes' into 'master'
Fixes See merge request
!1
parents
0549ddbc
e7d57850
No related branches found
No related tags found
1 merge request
!1
Fixes
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
README.md
+2
-2
2 additions, 2 deletions
README.md
singularity/Singularity
+1
-1
1 addition, 1 deletion
singularity/Singularity
with
4 additions
and
4 deletions
Dockerfile
+
1
−
1
View file @
6656bfd3
FROM
centos:
latest
FROM
centos:
7
RUN
yum
install
-y
git wget gcc make openssl-devel readline-devel zlib-devel vim bzip2
RUN
yum
install
-y
epel-release
...
...
This diff is collapsed.
Click to expand it.
README.md
+
2
−
2
View file @
6656bfd3
...
...
@@ -18,7 +18,7 @@
-
You can also build the docker container yourself.
```
git clone https://git
hub.com/snic-nsc
/nscjekyllsetup.git
git clone https://git
lab.liu.se/NSC
/nscjekyllsetup.git
cd nscjekyllsetup
sudo docker build -t nscjekyll .
```
...
...
@@ -52,7 +52,7 @@ Configuration file: /home/nscuser/mnt/_config.yml
```
sudo docker exec -it nscjekyll bash
source rubyenv nsc
cd mnt
cd
/
mnt
jekyll serve --watch
```
-
At this point, if you don't see errors on the console, you should be able to point the browser on your host machine to localhost:4000 and view the pages.
...
...
This diff is collapsed.
Click to expand it.
singularity/Singularity
+
1
−
1
View file @
6656bfd3
Bootstrap: docker
From: centos:
latest
From: centos:
7
%post
yum install -y git wget gcc make openssl-devel readline-devel zlib-devel vim bzip2
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment