Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrc-ide/orderly-tutor-orderly-web
Orderly-web for orderly.dide.ic.ac.uk
https://github.com/mrc-ide/orderly-tutor-orderly-web
Last synced: 25 days ago
JSON representation
Orderly-web for orderly.dide.ic.ac.uk
- Host: GitHub
- URL: https://github.com/mrc-ide/orderly-tutor-orderly-web
- Owner: mrc-ide
- Created: 2023-03-13T14:45:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-28T12:56:38.000Z (almost 2 years ago)
- Last Synced: 2024-11-06T02:32:22.909Z (2 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## orderly-tutor OrderlyWeb configuration
### Prerequisites
First, install the deploy tool
```
pip3 install --user orderly-web
```Ensure that the path that the script is copied into is in your path (on Linux, most likely `~/.local/bin`, on OSX `~/Library/Python//bin`
### Start
```
orderly-web start config
```### Upgrading
It is possible that the `orderly-web` deploy scripts should be updated
```
pip3 install --user --upgrade orderly-web
```Then redeploy with:
```
orderly-web stop config
orderly-web start --pull config
```## Set up a deploy key
```
ssh-keygen -t rsa -b 4096 -C "[email protected]" -f deploy_key
vault login -method=github
vault write secret/orderly/deploy-key public=@deploy_key.pub private=@deploy_key
xsel --clipboard < deploy_key.pub
```Add the key here: https://github.com/mrc-ide/orderly-tutor/settings/keys/new