-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update setup text handling #194
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
64028fc
add config variable for rrp/openrrp
sjspielman 306b2ef
optional openrrp text
sjspielman 3e689b0
use logic to control setup instructions
sjspielman 74d7ef0
Add separate pages for openrrp and rrp to render on the setup page
sjspielman f4a737c
default rrp
sjspielman f980cd0
show both for openrrp, since they can stay for half
sjspielman 3a9d480
fix headers
sjspielman 2355f09
wording
sjspielman 4ea8b6f
Apply suggestions from code review
sjspielman a491769
use include_openrrp
sjspielman ff7e4c7
consolidate
sjspielman 7a8af5f
only include toc if openrrp, otherwise there are no headers
sjspielman d117de1
Apply suggestions from code review
sjspielman edab22e
instruction consolidation and reorg
sjspielman 79912f6
update toc logic
sjspielman 02a7743
update dict
sjspielman File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
|
||
|
||
## Also staying for the OpenScPCA portion of the workshop? | ||
|
||
If you are staying for the optional component of the workshop to learn about the OpenScPCA project, there are a few more setup steps you will need to follow. | ||
These instructions are based on the full [OpenScPCA Project's setup instructions](https://openscpca.readthedocs.io/en/latest/technical-setup/), but you only need to follow the specific steps listed here. | ||
|
||
1. Before the workshop, you will receive an email inviting you to join AWS IAM Identity Center, which will allow you to access OpenScPCA data and compute resources. | ||
- [Follow these instructions](https://openscpca.readthedocs.io/en/latest/aws/joining-aws/) to accept this invitation and configure multifactor authentication. | ||
- _You are only eligible for an OpenScPCA AWS account after you fill out the [OpenScPCA intake form](https://share.hsforms.com/1MlLtkGYSQa6j23HY_0fKaw336z0) where you agree to [OpenScPCA's policies](https://openscpca.readthedocs.io/en/latest/policies/)._ | ||
|
||
2. [Install Miniforge](https://openscpca.readthedocs.io/en/latest/technical-setup/environment-setup/setup-conda/#install-conda), a lightweight distribution of the package management software conda. | ||
- If you are on a Windows machine, will need to install Miniforge into the WSL 2 (Ubuntu) side of your computer | ||
- You do _not_ need to also set up conda; we will do this together during the workshop | ||
|
||
### Additional installations for Windows users | ||
|
||
Previously, you should have [already installed R/RStudio, Visual Studio Code, and GitKraken](windows_installation_instructions.html) onto the _Windows_ side of your computer. | ||
|
||
You will now need to perform some additional installations that let you use these platforms from the WSL 2 (Ubuntu) side of your computer, either by installing a new version of the software or a software plugin. | ||
|
||
Now, you will need to install install softwares again, but onto the WSL 2 (Ubuntu) side of your computer, as well as other programming tools. | ||
Follow these instructions to complete the additional installations: | ||
|
||
1. [Install GitKraken](https://openscpca.readthedocs.io/en/latest/technical-setup/install-a-git-client/#install-gitkraken-on-windows-with-wsl-2) onto the WSL 2 (Ubuntu) side of your computer | ||
- You should also authenticate this version of GitKraken with your GitHub account | ||
2. [Install R](https://openscpca.readthedocs.io/en/latest/technical-setup/environment-setup/install-r-rstudio/#install-r-on-windows-with-wsl-2) onto the WSL 2 (Ubuntu) side of your computer | ||
3. [Install RStudio Server](https://openscpca.readthedocs.io/en/latest/technical-setup/environment-setup/install-r-rstudio/#install-rstudio-server-on-windows-with-wsl-2) onto the WSL 2 (Ubuntu) side of your computer | ||
4. To enable you to use Visual Studio Code from Ubuntu, [install the WSL 2 extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-wsld) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
annoyingly this is for the jekyll variable...