-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor updates - adding Visual Studio references, updating links & sla…
…ck channels (#480) * Update index.md * Update index.md * update get started page * add vscode to create-a-derived-table guidance * standardise capitalisation in modelling guidance * add vscode to git guidance * more minor updates * make more succinct --------- Co-authored-by: Holly Furniss <[email protected]>
- Loading branch information
1 parent
261e21c
commit 45f7b7f
Showing
10 changed files
with
25 additions
and
22 deletions.
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
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
6 changes: 4 additions & 2 deletions
6
.../create-a-derived-table/rstudio-set-up.md → ...ools/create-a-derived-table/ide-set-up.md
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 |
---|---|---|
|
@@ -54,9 +54,9 @@ This list comprises everything you need to do and consider to get set up and rea | |
|
||
9. If an MoJ Analytical Platform database is not listed as a source in [source_database_names.txt](https://github.com/moj-analytical-services/create-a-derived-table/blob/main/scripts/source_database_names.txt) then you can add it, see [Adding a new source](/tools/create-a-derived-table/source-and-ref-functions#adding-a-new-source). | ||
|
||
10. Set up the RStudio IDE; set up a project and clone the repo into it. See [Set up the RStudio working environment](/tools/create-a-derived-table/rstudio-set-up) for GUI instructions. Using Terminal navigate to where you want the `create-a-derived-table` project to sit and run `git clone [email protected]:moj-analytical-services/create-a-derived-table.git`. | ||
10. Set up an Interactive Development Environment (IDE); set up a project and clone the repo into it. See [Set up an IDE](/tools/create-a-derived-table/ide-set-up) for GUI instructions. Using Terminal navigate to where you want the `create-a-derived-table` project to sit and run `git clone [email protected]:moj-analytical-services/create-a-derived-table.git`. | ||
|
||
11. Navigate to the `create-a-derived-table` directory in Terminal and set up a Python virtual environment; activate it, upgrade pip, and install requirements. See [Setting up a Python virtual environment](/tools/create-a-derived-table/rstudio-set-up#setting-up-a-python-virtual-environment) and [Virtual environment set up](#virtual-environment-set-up). | ||
11. Navigate to the `create-a-derived-table` directory in Terminal and set up a Python virtual environment; activate it, upgrade pip, and install requirements. See [Setting up a Python virtual environment](/tools/create-a-derived-table/ide-set-up#setting-up-a-python-virtual-environment) and [Virtual environment set up](#virtual-environment-set-up). | ||
|
||
|
||
12. Use Github Workflow method to collaborate on a project. Branch off `main` and create a main branch for your project, `project-name-main`; all subsequent developers should branch off `project-name-main` to create feature branches for this project. When raising a PR ensure you merge into this branch, before merging into `main`; the PR summary should read something like "`github-user` wants to merge *X* commits into `project-name-main` from `project-name-feature-branch`". See also [Collaborating with Git](/tools/create-a-derived-table/collaborating-with-git#collaborating-with-git) and [Git commands](#git-commands). | ||
|
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