Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Lesson Template
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
prace-lessons
Lesson Template
Commits
d87c1ea9
Commit
d87c1ea9
authored
8 years ago
by
Greg Wilson
Browse files
Options
Downloads
Patches
Plain Diff
Setup instructions
parent
c59a4881
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.md
+21
-0
21 additions, 0 deletions
setup.md
with
21 additions
and
0 deletions
setup.md
+
21
−
0
View file @
d87c1ea9
...
...
@@ -10,4 +10,25 @@ permalink: /setup/
2.
Other lessons'
`setup.md`
include full installation instructions organized by OS
(following the model of the workshop template home page).
--------
If you want to set up Jekyll
so that you can preview changes on your own machine before pushing them to GitHub,
you must do the following:
1.
Install Ruby.
This is included with Linux and Mac OS X;
the simplest option on Windows is to use
[
RubyInstaller
](
http://rubyinstaller.org/
)
.
You can test your installation by running
`ruby --version`
.
For more information,
see
[
the Ruby installation guidelines
](
https://www.ruby-lang.org/en/downloads/
)
.
2.
Install
[
RubyGems
](
https://rubygems.org/pages/download
)
(the package manager for Ruby).
You can test your installation by running
`gem --version`
.
3.
Install
[
Jekyll
](
https://jekyllrb.com/
)
by running
`gem install jekyll`
.
Julian Thilo has written instructions for
[
installing Jekyll on Windows
](
http://jekyll-windows.juthilo.com/
)
.
[
template
]:
{{
site.workshop_repo }}
This diff is collapsed.
Click to expand it.
Preview
0%
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