Skip to content

Commit

Permalink
Merge branch 'enhancement-item-body-section-parsing' of github.itap.p…
Browse files Browse the repository at this point in the history
…urdue.edu:ECN/webqueue2 into enhancement-item-body-section-parsing
  • Loading branch information
Jacob Daniel Bennett committed Oct 22, 2020
2 parents abaaabd + 27d43b9 commit 088d08e
Show file tree
Hide file tree
Showing 28 changed files with 3,004 additions and 1,804 deletions.
7 changes: 6 additions & 1 deletion Dev Environment Setup Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ Install the [Remote - SSH](https://marketplace.visualstudio.com/items?itemName=m

![Remote SSH Connection Example](./docs/Dev%20Environment%20Setup%20Guide/Connect%20to%20Remote%20SSH%20Host.gif)

If prompted for a platform, select Linux:
![VS Code Select Platform](./docs/Dev%20Environment%20Setup%20Guide/VS%20Code%20Select%20Platform.png)

## Adding Your SSH Keys to GitHub
Because the development machine will be the computer that connects to GitHub, we need to create another SSH key and add it to our GitHub profile:

Expand Down Expand Up @@ -219,7 +222,7 @@ Create or modify the file `.vscode/settings.json` and add the following:
At this point, your `.vscode/settings.json` file should look like this:
```json
{
"python.pythonPath": "/Users/justincampbell/GitHub/webqueue2/api/venv/bin/python3",
"python.pythonPath": "./api/venv/bin/python3",
"autoDocstring.customTemplatePath": "./docstring-format.mustache"
}
```
Expand All @@ -245,6 +248,8 @@ All of the tools in this project are accessible as an npm task so you can intera
| `start:docs` | This will start a local server on [localhost:6060](http://localhost:6060) showing you the React component documentation. As you change a components documentation file in `/src/components/<component_name>/<component_name>.md` you'll see your changes in the browser. |
| `build:frontend` | This will output a static bundle of the frontend in `/build` that can be put on any webserver. |
| `build:docs` | This will output a static bundle of the frontend documentation in `/styleguidist/frontend-docs` that can be put on any webserver. |
| `kill:frontend` | Kills the runaway frontend process(es). |
| `kill:api` | Kills the runaway API process(es). |
| `venv:create` | This will create a virtual environment in `/api/venv` and install requirements from `/api/requirements.txt`. |
| `venv:delete` | This will delete the folder `/api/venv`. |
| `venv:reset` | This will run `venv:delete` then `venv:create`. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 088d08e

Please sign in to comment.