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
2e659a8b
Commit
2e659a8b
authored
7 years ago
by
Prashanth Dwarakanath
Browse files
Options
Downloads
Patches
Plain Diff
export RBENV_ROOT
parent
29e6985e
Branches
Branches containing commit
Tags
v1.09
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
setup.sh
+3
-2
3 additions, 2 deletions
setup.sh
with
4 additions
and
3 deletions
Dockerfile
+
1
−
1
View file @
2e659a8b
...
...
@@ -5,7 +5,7 @@ RUN useradd nscuser --shell /bin/bash
WORKDIR
/usr/local/src
RUN
git clone https://github.com/snic-nsc/nscjekyllsetup.git
WORKDIR
/usr/local/src/nscjekyllsetup
RUN
git checkout
'v1.0
8
'
RUN
git checkout
'v1.0
9
'
RUN
bash presetup.sh
RUN
bash setup.sh
USER
nscuser
...
...
This diff is collapsed.
Click to expand it.
setup.sh
+
3
−
2
View file @
2e659a8b
...
...
@@ -8,7 +8,8 @@ popd
git clone https://github.com/sstephenson/ruby-build.git rbenv/plugins/ruby-build
pushd
rbenv/plugins/ruby-build
git checkout 476d09b66a14392989c3c65793428742e1d9f951
PATH
=
/usr/local/src/rbenv/bin:
$PATH
export
PATH
=
/usr/local/src/rbenv/bin:
$PATH
export
RBENV_ROOT
=
/usr/local/src/rbenv
eval
"
$(
rbenv init -
)
"
rbenv
install
2.4.1
rbenv global 2.4.1
...
...
@@ -22,4 +23,4 @@ gem update -f rdoc ri
gem update
gem
install
-v
3.5.2 jekyll
gem
install
pandoc-ruby pygments.rb RedCloth jekyll-feed jekyll-paginate jekyll-paginate-multiple jekyll-redirect-from jekyll-sitemap
chmod
+
R ugo+rx /usr/local/src
chmod
-
R
ugo+rx /usr/local/src
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