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
32b70f16
Commit
32b70f16
authored
8 years ago
by
Greg Wilson
Browse files
Options
Downloads
Patches
Plain Diff
More setup instructions
parent
d87c1ea9
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CONTRIBUTING.md
+1
-2
1 addition, 2 deletions
CONTRIBUTING.md
index.md
+3
-1
3 additions, 1 deletion
index.md
setup.md
+6
-6
6 additions, 6 deletions
setup.md
with
10 additions
and
9 deletions
CONTRIBUTING.md
+
1
−
2
View file @
32b70f16
...
...
@@ -12,8 +12,7 @@ and reviews of proposed changes are all welcome.
By contributing,
you agree that we may redistribute your work under
[
our license
](
LICENSE.md
)
.
In exchange,
we will address your issues,
assess your change proposal,
we will address your issues and/or assess your change proposal as promptly as we can,
and help you become a member of our community.
Everyone involved in
[
Software Carpentry
][
swc-site
]
and
[
Data Carpentry
][
dc-site
]
agrees to abide by our
[
code of conduct
](
CONDUCT.md
)
.
...
...
This diff is collapsed.
Click to expand it.
index.md
+
3
−
1
View file @
32b70f16
...
...
@@ -5,7 +5,9 @@ This lesson shows how to use the
[
Software Carpentry
](
{{
site.swc_site }}) and
[
Data Carpentry
](
{{
site.dc_site }}) lesson template.
For guidelines on how to help improve our lessons and this template,
please see
[
the contribution guidelines
][
contributing
]
.
please see
[
the contribution guidelines
][
contributing
]
;
for guidelines on how to set up your machine to preview changes locally,
please see
[
the setup instructions
](
/setup/
)
.
> ## Prerequisites
>
...
...
This diff is collapsed.
Click to expand it.
setup.md
+
6
−
6
View file @
32b70f16
...
...
@@ -14,21 +14,21 @@ permalink: /setup/
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:
you must install the software described below.
(Note: Julian Thilo has written instructions for
[
installing Jekyll on Windows
](
http://jekyll-windows.juthilo.com/
)
.)
1.
Install
Ruby.
1.
**
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
)
2.
**
[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/
)
.
3.
**[Jekyll](https://jekyllrb.com/)**
.
You can install this by running
`gem install jekyll`
.
[
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