Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
schedules
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
11
Issues
11
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SRCT
schedules
Commits
dd3c5822
Commit
dd3c5822
authored
Oct 23, 2019
by
Zac Wood
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md with Windows instructions
parent
aae082f9
Pipeline
#5031
passed with stage
in 2 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
5 deletions
+16
-5
README.md
README.md
+16
-5
No files found.
README.md
View file @
dd3c5822
...
...
@@ -48,8 +48,19 @@ See the offical [Ruby docs](https://www.ruby-lang.org/en/documentation/installat
#### Windows
Download the lastest Ruby+DevKit installer from https://rubyinstaller.org/downloads/.
Run the installer and follow the instructions.
First, install Chocolatey by following the
[
official install instructions
](
https://chocolatey.org/install
)
.
Next, install Ruby:
```
sh
choco
install
ruby
```
You'll also have to install SQLite:
```
sh
choco
install
sqlite
```
### Install Yarn
...
...
@@ -59,13 +70,13 @@ You might have to install node.js as well.
### Clone the schedules workspace
We're first going to clone down a copy of the schedules codebase from
[
git.gmu.edu
](
http://git.gmu.edu/srct/schedules
)
,
the SRCT code respository, with SSH.
the SRCT code respository, with SSH.
Follow the following two steps.
**
a)
**
Configure your ssh keys by following the directions at:
**
1.
**
Configure your ssh keys by following the directions at:
[
git.gmu.edu/srct/schedules/wikis/Adding-SSH-Keys-to-GitLab
](
https://git.gmu.edu/srct/schedules/wikis/Adding-SSH-Keys-to-GitLab
)
.
**
b)
**
Now, on your computer, navigate to the directory in which you want to download the project (ie. perhaps one called
`development/SRCT`
), and run
**
2.
**
Now, on your computer, navigate to the directory in which you want to download the project (ie. perhaps one called
`development/SRCT`
), and run
git clone git@git.gmu.edu:srct/schedules.git
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment